Files
kotlin-fork/idea/testData/intentions/simplifyBooleanWithConstants/notReduceableBinary.kt.after
T

4 lines
68 B
Plaintext
Vendored

fun test() {
foo(false) ?: return
}
fun foo(v: Boolean): Int = 1