haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/import-placement/NoModuleDeclaration.hs
newtype Something = S { foo :: Int }
-- | a comment
class Semigroup a => SomeData a
instance SomeData All
newtype Something = S { foo :: Int }
-- | a comment
class Semigroup a => SomeData a
instance SomeData All