6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
// WITH_RUNTIME
|
|
fun foo() {
|
|
if (1 <= 0) {
|
|
throw AssertionError("text")
|
|
}
|
|
} |