riverdelta/ui-tests/resolve/module_not_found.stderr
2024-06-01 14:57:09 +02:00

8 lines
212 B
Text

error: expected `=`, found `,`
--> $DIR/module_not_found.nil:2
2 | let _false, l = list.new();
^
error: `main` function not found
--> $DIR/module_not_found.nil:1
1 | function main() = (
^