Files
kotlin-fork/compiler/testData/ir/irText/js/dynamic/dynamicElvisOperator.kt
T
Vladimir Sukharev bae8b283c7 [IR] Normalize temp var names in Kotlin-like dump
^KT-61983 Fixed
2023-10-11 07:49:35 +00:00

4 lines
78 B
Kotlin
Vendored

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