Join Slack
Powered by
No, with takes a receiver function. ```with(listOf...
# getting-started
k
karelpeeters
11/16/2017, 1:06 PM
No, with takes a receiver function.
Copy code
with(listOf(1,2)) { val (a, b) = this }
does work.
3
Views
Open in Slack
Previous
Next