haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/import-placement/MultiLineCommentAtTop.hs
module Test
( SomeData(..)
) where
{- Some multi
line comment
-}
class Semigroup a => SomeData a
instance SomeData All
module Test
( SomeData(..)
) where
{- Some multi
line comment
-}
class Semigroup a => SomeData a
instance SomeData All