blob: cb1b3cf90229bf5cceca9865b171159053fa1d74 [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
val f = "text"
if (!true) {
throw AssertionError(f)
}
}