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