summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import04.reject.out
blob: 255c49214787a2be644a9e1f7f3426c97c5fd1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
4:1-4:6
    String
4:9-4:16
    String