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