// WITH_RUNTIME fun foo() { val b = listOf(42, 10) println(Integer.toString(b.first(), b.last()).let{it} + 1) }