| Index: pkg/compiler/lib/src/world.dart
|
| diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
|
| index 5bb3f52bf07d5c95a06472edf64dbaa32afcd1de..96ea689770e93ce3a2b5df75b13eef6490d02c20 100644
|
| --- a/pkg/compiler/lib/src/world.dart
|
| +++ b/pkg/compiler/lib/src/world.dart
|
| @@ -425,7 +425,8 @@ class World implements ClassWorld {
|
| } while (iterator.moveNext());
|
|
|
| List<ClassElement> commonSupertypes = <ClassElement>[];
|
| - OUTER: for (Link<DartType> link = typeSet[depth];
|
| + OUTER:
|
| + for (Link<DartType> link = typeSet[depth];
|
| link.head.element != objectClass;
|
| link = link.tail) {
|
| ClassElement cls = link.head.element;
|
|
|