9 lines
145 B
Plaintext
Vendored
9 lines
145 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
if (!true) {
|
|
throw AssertionError({
|
|
if (false) return
|
|
"text"
|
|
}())
|
|
}
|
|
} |