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