6 lines
106 B
Kotlin
Vendored
6 lines
106 B
Kotlin
Vendored
// "Simplify comparison" "true"
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
val s = ""
|
|
assert(<caret>s != null)
|
|
} |