Objects (singletons) lowering.

This commit is contained in:
Dmitry Petrov
2016-09-28 15:44:16 +03:00
parent 866def0d20
commit f423369327
10 changed files with 102 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
object Test {
val ok = "OK"
}
fun box(): String =
Test.ok