6 lines
101 B
Plaintext
Vendored
6 lines
101 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
if (!true) {
|
|
throw AssertionError("Assertion failed")
|
|
}
|
|
} |