packages feed

haskell-language-server-2.7.0.0: plugins/hls-class-plugin/test/testdata/CodeLensSimple.hs

module CodeLensSimple where

data A
instance Eq A where
    (==) = _

data B
instance Eq B where
    (==)= _