https://kotlinlang.org logo
r

rharter

09/22/2016, 3:48 PM
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