yeah, that’s what confused me. In java, if my met...
# getting-started
r
yeah, that’s what confused me. In java, if my method returns
void
, I don’t have to manually return anything. It’s implicit. I wonder if, since Kotlin implicitly returns the result of the last statement (right?) they need to return something