haskell-language-server-2.15.0.0: plugins/hls-class-plugin/test/testdata/T10.expected.hs
module T7 where
data X = X
class Test a where
f :: a -> a
g :: a
instance Test X where
f X = X
g = _
whiteSpaceBeforeAndIndentationOfThisShouldBePreserved = ()