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