4 lines
59 B
Plaintext
Vendored
4 lines
59 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
assert(1 != 0) { "text" }
|
|
} |