3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
fun foo(a: Boolean, b: Boolean) {
|
|
return <spot> !a && !b</spot>
|
|
} |