summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import01.out
blob: 6ccf97021c6c39ade5bd73699b642777617d0e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
main is not found
------------ desugared source code
x = _rhs hello
------------ core code
x :: String
x = _rhs "hello"
------------ tooltips
testdata/language-features/module/import01.lc 3:1-3:2
    String
testdata/language-features/module/import01.lc 3:5-3:10
    String