// IS_APPLICABLE: false // WITH_RUNTIME fun foo() { if (1 == 0) { throw AssertionError("text") } else { val x = 1 } }