// WITH_RUNTIME fun foo() { if (!true) { throw AssertionError(if (true) "text" else return) } }