Files
kotlin-fork/compiler/testData/codegen/box/objects/objectInitialization_kt5523.kt
T
2018-06-09 19:15:38 +03:00

8 lines
88 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
object A {
val a = "OK"
val b = A.a
}
fun box() = A.b