858b454138
#KT-11994 In Progress
6 lines
90 B
Kotlin
Vendored
6 lines
90 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
fun test(<caret>o: Any) {
|
|
val x = o as String
|
|
val y = o as? String
|
|
} |