Files
kotlin/compiler/testData/codegen/box/objects/safeAccess.kt
Alexander Udalov 483232a3e5 Minor, add test for obsolete issue
#KT-5159 Obsolete
2014-09-17 21:20:57 +04:00

8 lines
74 B
Kotlin
Vendored

// KT-5159
object Test {
val a = "OK"
}
fun box(): String = Test?.a