packages feed

haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/Comments.hs

-- comment before header
module Comments where

{-# standalone annotation #-}

-- standalone comment

-- | haddock comment
f = {- inline comment -} ({- inline comment inside refactored code -}1) -- ending comment

-- final comment