diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail046.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail046.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail046.hs b/testsuite/tests/rename/should_fail/rnfail046.hs new file mode 100644 index 0000000000..f8aa7a734c --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail046.hs @@ -0,0 +1,4 @@ +-- Qualified name in binding position
+module ShouldFail where
+
+data Test = Map.Map Int Int
|