// WITH_RUNTIME fun foo() { if (1 == 0) { throw AssertionError("text") } }