3 lines
76 B
Plaintext
3 lines
76 B
Plaintext
fun foo(a: Boolean, c: Int, d: Int) : Boolean {
|
|
return !a || !(c == d)
|
|
} |