hls-class-plugin-1.1.0.0: test/testdata/InsertWithGHC2021Enabled.expected.hs
{-# LANGUAGE GHC2021#-}
module InsertWithGHC2021Enabled where
data A
instance Eq A where
(==) :: A -> A -> Bool
(==) = _
{-# LANGUAGE GHC2021#-}
module InsertWithGHC2021Enabled where
data A
instance Eq A where
(==) :: A -> A -> Bool
(==) = _