4 lines
66 B
Plaintext
Vendored
4 lines
66 B
Plaintext
Vendored
fun foo(a: Boolean, b: Boolean): Boolean {
|
|
return !(a || b)
|
|
}
|