Join Slack
Powered by
you must write `return` in methods with block-body...
# getting-started
m
miha-x64
11/27/2016, 4:59 PM
you must write
return
in methods with block-body:
fun getSomething(): Type { return something }
but not in methods with expression body:
fun getSomething(): Type = something
Open in Slack
Previous
Next