8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
// WITH_RUNTIME
|
|
fun foo() {
|
|
if (!true) {
|
|
throw AssertionError(message())
|
|
}
|
|
}
|
|
|
|
fun message(): String = "text" |