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

6 lines
114 B
Kotlin
Vendored

// TARGET_BACKEND: JS_IR
// FIR_IDENTICAL
fun test1(d: dynamic) = d foo 123
fun test2(d: dynamic) = d invoke 123