Roll src/third_party/dart 06ed3f598c..1490a90bc1 (8 commits)

1490a90bc1 Track guards using NullabilityNode rather than ConstraintVariable.
7f224d9fbe Track parameters that might need to be made optional/required using NullabilityNode.
6c063512ae Validate that nullability is propagated from optional/required named parameters.
ed7f524afb Refactor more of the migration tool to use NullabilityNode rather than ConstraintVariable.
78c55022b1 [VM] - Fix for issue 36484 exposed when ExperimentalFlag.constantUpdate2018 is turned on in CFE
a7175938c3 Remove use of package_root in analyzer/test/error_test
45a5349175 Track constant field initializers for field analysis.
91c042c066 Implement isCovariant for fields.
This commit is contained in:
Ben Konyi 2019-04-09 16:01:39 -07:00
parent 1131442152
commit 4899cb0465

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': '06ed3f598c4baf48c7a09ff90240dae02d6d6df5',
'dart_revision': '1490a90bc1c4cbbf13470af3408584e57d135fb2',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py