https://kotlinlang.org logo
s

Shawn

10/06/2017, 9:03 PM
OTOH, I think if your method changes return type from
Unit
to anything else, that probably warrants a renaming of the function, or maybe marking it as
@Deprecated
and replacing it with a more appropriately named call
👍 1