Leaf Petersen
|
a3b4366f11
|
Infer Null for return type of functions with empty returns.
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 .
|
2017-02-06 12:24:39 -08:00 |
|
Jennifer Messerly
|
5111675810
|
fix #27631, get/set methods no longer shadow index operator
R=rnystrom@google.com
Review URL: https://codereview.chromium.org/2435163002 .
|
2016-10-20 15:45:29 -07:00 |
|
Vijay Menon
|
9af2fb0115
|
More DDC mirrors support
(Note, this is a straight migration of the old DDC repo CL. :-))
R=jmesserly@google.com
Review URL: https://codereview.chromium.org/2301973002 .
|
2016-09-01 10:13:31 -07:00 |
|
John Messerly
|
c1139934a7
|
fix #626, add AMD module format and make it default
R=nweiz@google.com, vsm@google.com
Review URL: https://codereview.chromium.org/2249233002 .
|
2016-08-25 09:39:36 -07:00 |
|
Leaf Petersen
|
0315595d60
|
Check in codegen test expectations.
Codegen output is checked into repository to make codegen regressions
more visible (especially readability regressions).
BUG=
R=rnystrom@google.com
Review URL: https://codereview.chromium.org/2128353002 .
|
2016-07-07 15:57:22 -07:00 |
|