mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/dart c262cbd414..8740bb5c68 (18 commits)
dart-lang/sdk@8740bb5c68 [dart2js] New RTI tests for generic functions. dart-lang/sdk@f95aebee8c [dart2js] New RTI typechecking for generic functions. dart-lang/sdk@0b349e8c0a Compensate classic suggestions rather than penalizing cached ones dart-lang/sdk@01d1f8074b [dart2js] New RTI parsing for generic functions. dart-lang/sdk@b985161932 [dart2js] New RTI canonicalization/creation/lookup for generic functions. dart-lang/sdk@44a3e8e534 [dart2js] New RTI printing for generic functions. dart-lang/sdk@0f0f2eb583 [dart2js] New RTI representation for generic functions. dart-lang/sdk@0400e4695b Update tests/README to point to new doc. dart-lang/sdk@78c3fc4595 [dart2js] Don't encode types as their own superinterfaces. dart-lang/sdk@f715515531 [dart2js] Encode type variable as index in type rules when the target type declares the type variable. dart-lang/sdk@6103ecd6f1 Migration: add support for nullability propagation through implicit downcasts. dart-lang/sdk@9139de8b88 Migration: handle an assignment from a type parameter type to its bound. dart-lang/sdk@595f5c9b3e Migration: add support to EdgeBuilder for assignment of complex generic types. dart-lang/sdk@2a7a9b5572 Migration: don't make hard edges for function parameter and return types. dart-lang/sdk@bcb9d1582a Migration: Move EdgeBuilder._checkAssignment to a mixin so it can be unit tested. dart-lang/sdk@a2d0f6bd74 Migration: fix DecoratedType.toString for bottom types. dart-lang/sdk@1aa98e5dc6 Fix incorrect getter names in basic_static_extension_test and static_extension_inference_test . dart-lang/sdk@b095be9531 Resolve methods when the type of this is defined by a type parameter bounds
This commit is contained in:
parent
89aedbe81d
commit
f4d7e866b8
2
DEPS
2
DEPS
@ -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': 'c262cbd4143c1849617906b558152624f5b69990',
|
||||
'dart_revision': '8740bb5c6858b7d9f20d93aa910c156b5956239c',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user