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