haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/RemoveCtorNameClash.hs
module RemoveCtorNameClash (foo, Bar) where foo :: Int foo = 1 data Bar = Bar
module RemoveCtorNameClash (foo, Bar) where foo :: Int foo = 1 data Bar = Bar