diff options
Diffstat (limited to 'testsuite/tests/module/mod162.hs')
-rw-r--r-- | testsuite/tests/module/mod162.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod162.hs b/testsuite/tests/module/mod162.hs new file mode 100644 index 0000000000..8164ac5354 --- /dev/null +++ b/testsuite/tests/module/mod162.hs @@ -0,0 +1,6 @@ +-- !!! hiding a type (but not dcon of same name) +module M where + +import Mod162_A hiding (T()) + +x = T |