StorageManager for compile-time initializer

This commit is contained in:
Natalia Ukhorskaya
2014-02-12 19:59:35 +04:00
parent 17259a052e
commit df3ed5059c
27 changed files with 75 additions and 89 deletions
@@ -12,4 +12,4 @@ package testOther
import test.normal
val some: Int = 1
val fromImported: Int = normal
val fromImported: Int = normal
@@ -1,4 +1,4 @@
package test
internal val fromImported: kotlin.Int
internal val normal: kotlin.Int
internal val fromImported: kotlin.Int = 1
internal val normal: kotlin.Int = 1