| Index: pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/class_hierarchy.dart b/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| index cdc5c026252ccdf055b44d54ce392bb72024c444..ec04ed5f2169682ace8dbd6ead220056c84c4080 100644
|
| --- a/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| +++ b/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| @@ -91,6 +91,7 @@ class TypeDefinitionVisitor extends MappingVisitor<DartType> {
|
| bound = element.bound;
|
| }
|
| }
|
| +
|
| addDeferredAction(element, checkTypeVariableBound);
|
| } else {
|
| variableElement.boundCache = objectType;
|
|
|