Files
kotlin-fork/compiler/testData/codegen/box/objects/safeAccess.kt
T
Mikhael Bogdanov 1fe1c197ee Mute WASM safeAccess.kt test
Update JS tests
2021-07-29 19:45:54 +02:00

9 lines
98 B
Kotlin
Vendored

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