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