ghcide-1.4.2.0: test/data/import-placement/DataAtTop.hs
module Test ( SomeData(..) ) where data Something = Something -- | some comment class Semigroup a => SomeData a instance SomeData All
module Test ( SomeData(..) ) where data Something = Something -- | some comment class Semigroup a => SomeData a instance SomeData All