haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/PragmaThenSingleLineBlockComment.expected.hs
{-# LANGUAGE TypeApplications #-} {- single line block comment -}
{-# LANGUAGE TupleSections #-}
module PragmaThenSingleLineBlockComment where
a = (1,)