6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
// WITH_RUNTIME
|
|
fun foo() {
|
|
if (!true) {
|
|
throw AssertionError({ "text" }())
|
|
}
|
|
} |