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