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