oden/fine/tests/modules/import.fine
John Doty 4c061fbd28 [fine] Lookup semantics by mid
This isn't actually correct, I really need a global view to make this
right.
2024-03-29 06:30:02 -07:00

8 lines
130 B
Text

import "./foo.fine" as foo;
fun test() -> string {
foo.hello() + " world"
}
// TODO: Obviously run the code duh
// @no-errors