a3b4366f11
This allows inference to infer Null as the return type of functions which have no return statements, or which return with no value. Also allows inference to propagate Null. Fixes https://github.com/dart-lang/sdk/issues/28602 Fixes https://github.com/dart-lang/sdk/issues/28630 BUG= R=brianwilkerson@google.com, jmesserly@google.com Review-Url: https://codereview.chromium.org/2667343005 .