858b454138
#KT-11994 In Progress
5 lines
60 B
Kotlin
Vendored
5 lines
60 B
Kotlin
Vendored
// FLOW: IN
|
|
|
|
fun test(s: String?) {
|
|
val <caret>x = s!!
|
|
} |