fun bar(): Boolean { return false } fun foo(y: Boolean) { true && (bar()) && y }