// PROBLEM: none // WITH_RUNTIME val a = randomValue().let { r -> List(10, fun(it: Int): Int { return r }) } fun randomValue(): Int = 42