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