9 lines
99 B
Kotlin
Vendored
9 lines
99 B
Kotlin
Vendored
// IGNORE_BACKEND: WASM
|
|
// KT-5159
|
|
|
|
object Test {
|
|
val a = "OK"
|
|
}
|
|
|
|
fun box(): String? = Test?.a
|