// WITH_RUNTIME fun foo() { if (!bar()) { throw AssertionError("text") } } fun bar(): Boolean = true