blob: ac670bad4abaefa8b99b2707a36de7fb46324e2a [file] [log] [blame]
// "Simplify comparison" "true"
// WITH_RUNTIME
fun test() {
val s = ""
assert(<caret>s != null && false)
}