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