Join Slack
Powered by
so, like, you cant return in the middle of a lambd...
# getting-started
m
mipster
05/21/2017, 4:53 PM
so, like, you cant return in the middle of a lambda? only at the end?
a
Andreas Sinz
05/21/2017, 10:34 PM
mipster: you nedd a return like
return@lambda true
. See
https://kotlinlang.org/docs/reference/returns.html#break-and-continue-labels
2
Views
Open in Slack
Previous
Next