Roll src/third_party/dart a8f3a5dae6..c2eb9a9860 (8 commits)

c2eb9a9860 Add support to the element model for both lazy variables and required parameters
4ed24862ee [CFE] Extra dummy SDK classes that the constant evaluator needs.
ce9a1e2b54 [vm/compiler] Fix write-barrier elimination issue
a3d13fbf54 [CFE] Option to report error on unevaluated constants.
394f88d5cf Create source information from ConstantExpression
b7b7a63407 Fix relative import from pkg/kernel/test to pkg/kernel/lib.
0136d96a96 [dartdevc] fix #36532, adds DDC support for CFE constant flag
022400eecb Fix several small issues with AST based summaries.
This commit is contained in:
Ben Konyi
2019-04-12 13:04:23 -07:00
parent 8b4adba352
commit 05883ef0c0

2
DEPS
View File

@@ -31,7 +31,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'a8f3a5dae6203d1064726a5953cf06a7d484249c',
'dart_revision': 'c2eb9a9860a31e573f0a36bd672e340ae3a654ce',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py