// WITH_RUNTIME fun foo() { val x = true val y = false if (!(x || y)) { throw AssertionError("text") } }