multi-file namespace compilation

This commit is contained in:
Alex Tkachman
2012-06-06 19:34:31 +03:00
parent 5b987ccc15
commit 58385eabd8
8 changed files with 117 additions and 12 deletions
+1 -1
View File
@@ -1 +1 @@
fun ok() = "OK"
fun ok(res: String = "OK") = res