52df70a576
So #KT-20620 Fixed
5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test(x: String?) {
|
|
x <caret>== null
|
|
}
|