e35ec8ee08
So #KT-16382 Fixed
5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
// JS
|
|
// IS_APPLICABLE: false
|
|
fun test(foo: Any?) {
|
|
val s = <caret>foo?.unsafeCast<String>()
|
|
} |