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