Files
kotlin-fork/compiler/testData/ir/irJsText/dynamic/dynamicElvisOperator.kt
T

1 line
35 B
Kotlin
Vendored

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