Join Slack
Communities
Powered by
I was surprised to discover that you can't non-loc...
# language-proposals
k
kirillrakhman
09/21/2016, 9:17 AM
I was surprised to discover that you can't non-locally
break
or
continue
from an inlined lambda. What I mean is
Copy code
loop@ for (i in items) { i.forEach { break@loop } }
Open in Slack
Previous
Next