Files
kotlin-fork/compiler/testData/ir/irJsText/dynamic/dynamicMemberAccess.kt
T
2022-06-02 13:47:33 +00:00

4 lines
84 B
Kotlin
Vendored

// FIR_IDENTICAL
fun test1(d: dynamic) = d.member
fun test2(d: dynamic) = d?.member