Join Slack
Powered by
When you use `=` to define the function, Kotlin wi...
# coroutines
m
marstran
11/09/2017, 10:38 AM
When you use
=
to define the function, Kotlin will try to infer the return type. When you use
{ .. }
, then the return type is
Unit
.
👍 1
Open in Slack
Previous
Next