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