preparations to multi-file compilation
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun box() = ok()
|
||||
@@ -0,0 +1 @@
|
||||
fun ok() = "OK"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
fun box() = ok()
|
||||
@@ -0,0 +1 @@
|
||||
fun ok() = "OK"
|
||||