haskell-language-server-2.7.0.0: plugins/hls-class-plugin/test/testdata/CodeLensWithPragma.expected.hs
{-# LANGUAGE InstanceSigs #-}
module CodeLensWithPragma where
data A
instance Eq A where
(==) :: A -> A -> Bool
(==) = _
{-# LANGUAGE InstanceSigs #-}
module CodeLensWithPragma where
data A
instance Eq A where
(==) :: A -> A -> Bool
(==) = _