hls-refactor-plugin-1.0.0.0: test/data/import-placement/CommentCurlyBraceAtTop.hs
module Test
( SomeData(..)
) where
{- Some comment -}
class Semigroup a => SomeData a
instance SomeData All
module Test
( SomeData(..)
) where
{- Some comment -}
class Semigroup a => SomeData a
instance SomeData All