oden/fine/tests/modules/import.fine

8 lines
104 B
Text

import "./foo" as foo;
fun test() -> string {
foo.hello() + " world"
}
// @ignore WIP
// @no-errors