haskell-language-server-2.7.0.0: plugins/hls-class-plugin/test/testdata/T2.hs
module T2 where data X a = A a | B instance (Eq a) => Eq (X a) where instance Functor X
module T2 where data X a = A a | B instance (Eq a) => Eq (X a) where instance Functor X