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

6 lines
95 B
Plaintext
Vendored

// "Simplify comparison" "true"
// WITH_RUNTIME
fun test() {
val s = ""
assert(false)
}