summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T19966.hs
blob: 884b14d46ec5569ba35e0eef11c7109b41d9ef07 (plain)
1
2
3
4
5
6
7
module T19966 where

-- I is out of scope, so out-of-scope is a warning.
x = I

-- IO is out of scope, so out-of-scope should be a warning, but fails.
y = IO