| Index: pkg/compiler/lib/src/universe/class_set.dart
|
| diff --git a/pkg/compiler/lib/src/universe/class_set.dart b/pkg/compiler/lib/src/universe/class_set.dart
|
| index 038d7578ce4743d1257cfb0322adc470937e287b..4a7a0357a5823ceb215b743893d3178e8051319f 100644
|
| --- a/pkg/compiler/lib/src/universe/class_set.dart
|
| +++ b/pkg/compiler/lib/src/universe/class_set.dart
|
| @@ -5,6 +5,7 @@
|
| library dart2js.world.class_set;
|
|
|
| import 'dart:collection' show IterableBase;
|
| +
|
| import '../elements/elements.dart' show ClassElement;
|
| import '../util/enumset.dart' show EnumSet;
|
| import '../util/util.dart' show Link;
|
|
|