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