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