blob: 42022406dfe3d737317b12052c7f7f104ce4f39e [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
if (!true) {
throw AssertionError(if (true) "text" else return)
}
}