52df70a576
So #KT-20620 Fixed
7 lines
100 B
Kotlin
Vendored
7 lines
100 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test(x: String?) {
|
|
if (null <caret>!= x) {
|
|
x.length
|
|
}
|
|
}
|