haskell-language-server-2.7.0.0: plugins/hls-qualify-imported-names-plugin/test/data/NoDoubleQualify.expected.hs
module NoDoubleQualify where import A as AAA thing = AAA.a thing2 = (AAA.op) thing3 = 1 `AAA.op` 2
module NoDoubleQualify where import A as AAA thing = AAA.a thing2 = (AAA.op) thing3 = 1 `AAA.op` 2