Files
kotlin-fork/idea/testData/intentions/convertNegatedExpressionWithDemorgansLaw/complexNegation1.kt.after
T

3 lines
73 B
Plaintext
Vendored

fun foo(a: Boolean, c: Int, d: Int) : Boolean {
return !a || c != d
}