7 lines
128 B
Kotlin
Vendored
7 lines
128 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val b = listOf(42, 10)
|
|
println(Integer<caret>.toString(b.first(), b.last()).let{it} + 1)
|
|
}
|