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