7 lines
112 B
Plaintext
Vendored
7 lines
112 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val b = listOf(42, 10)
|
|
println(b.first().toString(b.last()).let{it} + 1)
|
|
}
|