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