| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/members.dart b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| index 6950231226d9900c6ea7e8e6460ae16984236188..e944505601164c668aab42a308a9f4e9e0d11feb 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| @@ -2806,7 +2806,7 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
|
| ClassElement classElement = type.element;
|
| Link<DartType> typeVariables = classElement.typeVariables;
|
| Link<DartType> supertypes = classElement.allSupertypes;
|
| - assert(invariant(element, supertypes !== null,
|
| + assert(invariant(element, supertypes != null,
|
| message: "Supertypes not computed on $classElement "
|
| "during resolution of $element"));
|
| while (!supertypes.isEmpty) {
|
|
|