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

4 lines
80 B
Plaintext
Vendored

fun test() {
foo(false || !true) + foo(false)
}
fun foo(v: Boolean): Int = 1