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