Files
kotlin-fork/compiler/testData/codegen/box/objects/safeAccess.kt
T
2021-07-29 19:45:55 +02:00

9 lines
99 B
Kotlin
Vendored

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