Running into walls dealing with imported declarations, thinking maybe this structure will help me.
9 lines
172 B
Text
9 lines
172 B
Text
import "./foo.fine" as foo;
|
|
|
|
fun test() -> string {
|
|
foo.hello() + " world"
|
|
}
|
|
|
|
// @ignore working on declaration rebuild
|
|
// TODO: Obviously run the code duh
|
|
// @no-errors
|