fun foo(x: Boolean, y: Boolean) { if (x || y && x) { } else { } }