e35ec8ee08
So #KT-16382 Fixed
4 lines
65 B
Kotlin
Vendored
4 lines
65 B
Kotlin
Vendored
// JS
|
|
fun test(foo: dynamic) {
|
|
val s = <caret>foo as String
|
|
} |