blob: fdeac466960447e0b1d2098e5e849520933374b3 [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
if (!true) {
throw AssertionError({
val value = 1
"text and $value"
}())
}
}