haskell-language-server-2.7.0.0: plugins/hls-class-plugin/test/testdata/InsertWithGHC2021Enabled.hs
{-# LANGUAGE GHC2021#-}
module InsertWithGHC2021Enabled where
data A
instance Eq A
{-# LANGUAGE GHC2021#-}
module InsertWithGHC2021Enabled where
data A
instance Eq A