// WITH_RUNTIME // PROBLEM: none fun test() { (1 to 2).let { (i, j) -> i.toLong() } }