On 2015-07-23 15:30, Andrei Alexandrescu wrote:
1. Inferring function return types when everything is an expression (i.e. last expression there is the return type) may yield WAT results.
I have not had that problem with Scala. Either I want to return some thing and let it be inferred, or I don't and declare it as Unit (void).
-- /Jacob Carlborg
