multi-file namespace compilation
This commit is contained in:
@@ -1 +1 @@
|
||||
fun ok() = "OK"
|
||||
fun ok(res: String = "OK") = res
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
fun ok() = "OK"
|
||||
fun ok(res: String = "OK") = res
|
||||