janvladimirmostert
05/20/2017, 5:17 PMreturn (blah) {
}
and you forget to return something in the lambda, you could potentially be returning the wrong type and not even notice it
otherwise I can think of interfaces where having a return type is is mandatory, so making functions not use them is kinda inconsistent