diff options
Diffstat (limited to 'testsuite/tests/module/mod165.stderr')
-rw-r--r-- | testsuite/tests/module/mod165.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod165.stderr b/testsuite/tests/module/mod165.stderr new file mode 100644 index 0000000000..334ad0c7f8 --- /dev/null +++ b/testsuite/tests/module/mod165.stderr @@ -0,0 +1,7 @@ + +mod165.hs:9:5: + Ambiguous occurrence ‛A.D1’ + It could refer to either ‛A.D1’, + imported from ‛Mod164_A’ at mod165.hs:4:1-20 + or ‛A.D1’, imported from ‛Mod164_B’ at mod165.hs:5:1-20 +exit(1) |