diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail033.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail033.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail033.hs b/testsuite/tests/rename/should_fail/rnfail033.hs new file mode 100644 index 0000000000..7d8b4c4fdc --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail033.hs @@ -0,0 +1,3 @@ +-- !!! check that hiding on an unqualified import also hides the qualified name +module ShouldFail ( Data.List.map ) where +import Data.List hiding ( map ) |