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