blob: 4bcf747a4c8d6120046285e525e205caaab3b040 [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
if (1 <= 0) {
throw AssertionError("text")
}
}