haskell-language-server-2.7.0.0: plugins/hls-qualify-imported-names-plugin/test/data/ExplicitHidingImport.expected.hs
module ExplicitHidingImport where import A import A hiding (b) thing1 = A.a thing2 = b
module ExplicitHidingImport where import A import A hiding (b) thing1 = A.a thing2 = b