Files
kotlin-fork/idea/testData/intentions/convertBinaryExpressionWithDemorgansLaw/complexNegation1.kt.after
T
2017-06-28 15:28:43 +03:00

3 lines
73 B
Plaintext
Vendored

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