hls-class-plugin-1.1.0.0: test/testdata/LocalClassDefine.hs
module LocalClassDefine where
data A
class F a where
f :: a -> Int
instance F A where
f = _
module LocalClassDefine where
data A
class F a where
f :: a -> Int
instance F A where
f = _