[co19] Roll co19 to a6f62f2024492b2c79b741d4b96e67fce31a9830

2019-08-07 sgrekhov@unipro.ru 389. More NNBD static errors tests added
2019-08-06 sgrekhov@unipro.ru 389. Change NNBD tests to be in accordance with the spec
2019-08-06 irina.arkhipets@gmail.com Fixed Issue 468: typo corrected.
2019-08-06 irina.arkhipets@gmail.com Fixed Issue 467: test updated to throw runtime exception instead of compile time error.
2019-08-02 irina.arkhipets@gmail.com Fixed Issue 457:  added test which checks that static member of an extension cannot be accessed through an extension override.
2019-08-02 sgrekhov@unipro.ru Fixes 428. Make test stronger (choose static types explicitly)
2019-08-01 sgrekhov@unipro.ru Static extension methods: additional check that extension on dynamic has no effect
2019-08-01 irina.arkhipets@gmail.com Fixed Issue 429: more cases for testing added.
2019-08-01 sgrekhov@unipro.ru Fix for 428. Wrong tests renamed, existing one rewritten to test type inference
2019-08-01 sgrekhov@unipro.ru Fixes 456. Use correct tearoff function
2019-08-01 sgrekhov@unipro.ru Fixes 454. Fix typos
2019-08-01 sgrekhov@unipro.ru Fixes 454. Fix typos
2019-08-01 sgrekhov@unipro.ru Fixes 453. Make operator argument covariant
2019-08-01 irina.arkhipets@gmail.com Fixed Issue 452: typo corrected.
2019-08-01 irina.arkhipets@gmail.com Fixed Issue 451: typo corrected.
2019-08-01 irina.arkhipets@gmail.com Fixed Issue 450: typo corrected.

Change-Id: I8837e0c02c96bc2473bb6c6bc19b1e11c5efe5c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112241
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2019-08-07 11:37:00 +00:00
parent f3139f57b4
commit e323684f09

2
DEPS
View file

@ -36,7 +36,7 @@ vars = {
"chromium_git": "https://chromium.googlesource.com",
"fuchsia_git": "https://fuchsia.googlesource.com",
"co19_2_rev": "796f4de76de460e031bf3b20ce60a52e4ed417d9",
"co19_2_rev": "a6f62f2024492b2c79b741d4b96e67fce31a9830",
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision
# should be kept up to date with the revisions pulled by the Flutter engine.