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