[fine] Many more import-related shuffles
This commit is contained in:
parent
994268abb6
commit
a3ae4339cf
8 changed files with 159 additions and 67 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export fun hello() -> string {
|
||||
"hello"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import "./foo" as foo;
|
||||
import "./foo.fine" as foo;
|
||||
|
||||
fun test() -> string {
|
||||
foo.hello() + " world"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue