summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail022.hs
blob: 05c842e7702a24c1071fb7f78a064012fc7ef263 (plain)
1
2
3
4
5
6
7
8
9
-- !!! Check that 'qualified' doesn't bring the unqual'ed name into scope.
module ShouldFail where

import qualified Data.List as L ( intersperse )

x = L.intersperse

y = intersperse