blob: 25a1dd503f8b5e135f275e3b32f19f580eaa069c [file] [log] [blame]
fun foo(a: Boolean, b: Boolean) {
return <spot> !a && !b</spot>
}