| 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 f04fa0d7dedfb83e692dd503f70ad355bbbb50e8..401835db4c464b8fd8fd76286b7725a8f9bbce46 100644
|
| --- a/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| +++ b/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| @@ -17,6 +17,7 @@ import '../elements/modelx.dart'
|
| SynthesizedConstructorElementX,
|
| TypeVariableElementX,
|
| UnnamedMixinApplicationElementX;
|
| +import '../elements/names.dart';
|
| import '../ordered_typeset.dart'
|
| show OrderedTypeSet, ResolutionOrderedTypeSetBuilder;
|
| import '../tree/tree.dart';
|
|
|