Roll src/third_party/dart 2b3336b51e..41d3971e83 (3 commits)

dart-lang/sdk@41d3971e83 [corelib] Fix truncation errors in int.modPow
dart-lang/sdk@f77093145a [corelib] Test for overflow in int.modPow()
dart-lang/sdk@6073489539 Add diagnostic for undefined getters and setters invoked on an extension override
This commit is contained in:
Ben Konyi 2019-07-17 10:38:45 -07:00
parent f364c45d81
commit d726bfef62

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