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