Roll src/third_party/dart 5b72c1c669..d9d5fbc109 (5 commits) (flutter/engine#13917)

dart-lang/sdk@d9d5fbc109 [cfe] Create TypeParameterTypes with default nullabilities
dart-lang/sdk@1b295ef956 [cfe] Make nullability parameter of SubtypeTester.futureType required
dart-lang/sdk@203583b41b [cfe] Account for invalid type being part of a type in subtype check
dart-lang/sdk@0a98a7a153 Add helper predicates for upper/lower bounds.
dart-lang/sdk@239e2eb4ed Issue 38813. If in a legacy library, use legacy interface types for CONFLICTING_GENERIC_INTERFACES.
This commit is contained in:
Ben Konyi 2019-11-19 09:09:04 -08:00 committed by GitHub
parent ebe8325c9f
commit 20bc91734e

2
DEPS
View File

@ -34,7 +34,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': '5b72c1c6695cd91c4394414cff88c43ff7495d23',
'dart_revision': 'd9d5fbc109b9549a5de0a7c6d7148ee0d8cc41dc',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py