summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail033.hs
blob: 7d8b4c4fdcb674d8a3e7a14f5689414bb7ca7440 (plain)
1
2
3
-- !!! check that hiding on an unqualified import also hides the qualified name
module ShouldFail ( Data.List.map ) where
import Data.List hiding ( map )