diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail011.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail011.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail011.hs b/testsuite/tests/rename/should_fail/rnfail011.hs new file mode 100644 index 0000000000..b342618e15 --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail011.hs @@ -0,0 +1,6 @@ + +type A = Int + +type B = Bool + +type A = [Bool] |