Files
kotlin-fork/compiler/testData/ir/irText/js/dynamic/dynamicElvisOperator.kt
T
Sergej Jaskiewicz 7abc6af124 [FIR, IR] Fix name mangling for dynamic types
^KT-57566 Fixed
2023-05-25 10:23:33 +00:00

3 lines
61 B
Kotlin
Vendored

// TARGET_BACKEND: JS_IR
fun test(d: dynamic) = d ?: "other"