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