Files
kotlin-fork/idea/testData/quickfix/simplifyComparison/withAssertion2.kt
T

6 lines
114 B
Kotlin
Vendored

// "Simplify comparison" "true"
// WITH_RUNTIME
fun test() {
val s = ""
assert(<caret>s != null && true)
}