Join Slack
Powered by
Can you spot the mistake: `fun foo(key: Bar) = cac...
# stdlib
c
chalup
04/27/2017, 6:04 AM
Can you spot the mistake:
fun foo(key: Bar) = cache.getOrPut(key) { return somethingSomething(key) }
y
yoavst
04/27/2017, 6:05 AM
chalup: remove the return?
c
chalup
04/27/2017, 6:12 AM
Yes, removing the
return
solves the problem.
2
Views
Open in Slack
Previous
Next