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