6 lines
127 B
Kotlin
Vendored
6 lines
127 B
Kotlin
Vendored
// TARGET_PLATFORM: JS
|
|
// DO_NOT_CHECK_SYMBOL_RESTORE
|
|
|
|
fun foo(jsObject: dynamic) {
|
|
jsObject.dynamic<caret>PropertyAccess
|
|
} |