hls-pragmas-plugin-1.0.2.0: test/testdata/BlockCommentThenMultiLineBlockComment.hs
{- block comment -} {- multi
line
block
comment
-}
module BlockCommentThenMultiLineBlockComment where
a = (1,)
{- block comment -} {- multi
line
block
comment
-}
module BlockCommentThenMultiLineBlockComment where
a = (1,)