packages feed

hls-refactor-plugin-1.0.0.0: test/data/import-placement/CommentAtTopMultipleComments.hs

module Test
( SomeData(..)
) where

-- | Another comment
data SomethingElse = SomethingElse

-- | Some comment
class Semigroup a => SomeData a

instance SomeData All