9 lines
152 B
Plaintext
Vendored
9 lines
152 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
if (!true) {
|
|
throw AssertionError({
|
|
val value = 1
|
|
"text and $value"
|
|
}())
|
|
}
|
|
} |