haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/hiding/HideQualifyInfix.expected.hs
module HideQualifyInfix where import AVec infixed xs ys = xs Prelude.++ ys
module HideQualifyInfix where import AVec infixed xs ys = xs Prelude.++ ys