Join Slack
Powered by
<@U3W8YSSSV> If your function is defined as an exp...
# announcements
r
raulraja
07/19/2017, 8:06 PM
@tipsy
If your function is defined as an expression you don't need to use
return
at all.
Copy code
fun doSomething(): Boolean = try { true } catch (..) { false }
Open in Slack
Previous
Next