Files
kotlin/compiler/testData/ir/irJsText/dynamic/dynamicElvisOperator.kt

1 line
35 B
Kotlin
Vendored

fun test(d: dynamic) = d ?: "other"