// INTENTION_TEXT: Replace '||' with '&&' fun foo(a: Boolean, b: Boolean) : Boolean { return !a || !b }