ghcide-1.4.2.0: test/data/import-placement/ImportAtTop.hs
module Test
( SomeData(..)
) where
import Data.Char
{- Some multi
line comment
-}
class Semigroup a => SomeData a
-- | a comment
instance SomeData All
module Test
( SomeData(..)
) where
import Data.Char
{- Some multi
line comment
-}
class Semigroup a => SomeData a
-- | a comment
instance SomeData All