| Index: pkg/compiler/lib/src/resolution/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
|
| index 64d637e308bfc1e0ef52919055052cdb49f754a8..ee292e47e6cae857bd83c540ca6ac825f68b00bf 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -49,8 +49,12 @@ import '../elements/modelx.dart' show
|
| VariableList;
|
|
|
| import '../ordered_typeset.dart' show OrderedTypeSet, OrderedTypeSetBuilder;
|
| +import '../types/types.dart' show TypeMask;
|
| import '../util/util.dart';
|
| -import '../universe/universe.dart' show CallStructure, SelectorKind;
|
| +import '../universe/universe.dart' show
|
| + CallStructure,
|
| + SelectorKind,
|
| + UniverseSelector;
|
|
|
| import 'access_semantics.dart';
|
| import 'class_members.dart' show MembersCreator;
|
|
|