// WITH_RUNTIME fun foo() { val f = { "text" } if (!true) { throw AssertionError(f()) } }