summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import04.reject.out
blob: 82543cebff2fb85dafa063dae160466dd1b64112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
already defined hello at testdata/language-features/module/import04.reject.lc:4:1:
hello = "hello"
^^^^^
 and at testdata/language-features/module/Hello01.lc:3:1:
hello = "hello"
^^^^^
------------ trace
hello :: 'String
!already defined hello at testdata/language-features/module/import04.reject.lc:4:1:
hello = "hello"
^^^^^
 and at testdata/language-features/module/Hello01.lc:3:1:
hello = "hello"
^^^^^
------------ tooltips
testdata/language-features/module/import04.reject.lc 4:1-4:6  String
testdata/language-features/module/import04.reject.lc 4:9-4:16  String