haskell-language-server-2.7.0.0: plugins/hls-class-plugin/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 = _