hls-pragmas-plugin-1.0.2.0: 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,)