Files
kotlin-fork/compiler/testData/codegen/box/objects/safeAccess.kt
T

8 lines
75 B
Kotlin
Vendored

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