7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
// WITH_RUNTIME
|
|
fun foo() {
|
|
val f = { "text" }
|
|
if (!true) {
|
|
throw AssertionError(f())
|
|
}
|
|
} |