[fine] Many more import-related shuffles

This commit is contained in:
John Doty 2024-02-15 06:12:18 -08:00
parent 994268abb6
commit a3ae4339cf
8 changed files with 159 additions and 67 deletions

View file

@ -1,3 +1,3 @@
export fun hello() -> string {
"hello"
}
}

View file

@ -1,4 +1,4 @@
import "./foo" as foo;
import "./foo.fine" as foo;
fun test() -> string {
foo.hello() + " world"