hls-refactor-plugin-1.0.0.0: test/data/import-placement/NoExplicitExports.hs
module Test where
newtype Something = S { foo :: Int }
class Semigroup a => SomeData a
instance SomeData All
module Test where
newtype Something = S { foo :: Int }
class Semigroup a => SomeData a
instance SomeData All