7abc6af124
^KT-57566 Fixed
3 lines
61 B
Kotlin
Vendored
3 lines
61 B
Kotlin
Vendored
// TARGET_BACKEND: JS_IR
|
|
fun test(d: dynamic) = d ?: "other"
|