OTOH, I think if your method changes return type f...
# intellij
s
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