Reposting from thread, you can destructure the abo...
# announcements
a
Reposting from thread, you can destructure the above that Karel just mentioned:
Copy code
fun foo(): Pair<Int, Int> { }

val (x, y) = foo()