summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import10.reject.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/module/import10.reject.out')
-rw-r--r--testdata/language-features/module/import10.reject.out12
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/language-features/module/import10.reject.out b/testdata/language-features/module/import10.reject.out
index c243d0d1..1f1167b1 100644
--- a/testdata/language-features/module/import10.reject.out
+++ b/testdata/language-features/module/import10.reject.out
@@ -1,19 +1,19 @@
1already defined 'MyUnit at import10.reject.lc:3:6: 1already defined 'MyUnit at ./testdata/language-features/module/import10.reject.lc:3:6:
2type MyUnit = () 2type MyUnit = ()
3 ^^^^^^ 3 ^^^^^^
4and at TypeSyn01Mod.lc:2:6: 4and at ./testdata/language-features/module/TypeSyn01Mod.lc:2:6:
5type MyUnit = () 5type MyUnit = ()
6 ^^^^^^ 6 ^^^^^^
7------------ trace 7------------ trace
8'MyUnit :: Type 8'MyUnit :: Type
9!already defined 'MyUnit at import10.reject.lc:3:6: 9!already defined 'MyUnit at ./testdata/language-features/module/import10.reject.lc:3:6:
10type MyUnit = () 10type MyUnit = ()
11 ^^^^^^ 11 ^^^^^^
12and at TypeSyn01Mod.lc:2:6: 12and at ./testdata/language-features/module/TypeSyn01Mod.lc:2:6:
13type MyUnit = () 13type MyUnit = ()
14 ^^^^^^ 14 ^^^^^^
15------------ tooltips 15------------ tooltips
16import10.reject.lc 3:6-3:12 163:6-3:12
17 Type 17 Type
18import10.reject.lc 3:15-3:17 183:15-3:17
19 Type \ No newline at end of file 19 Type \ No newline at end of file