| Index: pkg/compiler/lib/src/resolved_visitor.dart
|
| diff --git a/pkg/compiler/lib/src/resolved_visitor.dart b/pkg/compiler/lib/src/resolved_visitor.dart
|
| index 7c93c3a6c851c6dd40427834dc54c1aadfa21d4f..075d72854b2f4c1a14282cde6e1680cd37e8cd3b 100644
|
| --- a/pkg/compiler/lib/src/resolved_visitor.dart
|
| +++ b/pkg/compiler/lib/src/resolved_visitor.dart
|
| @@ -22,13 +22,15 @@ import 'elements/elements.dart' show
|
| PrefixElement,
|
| TypeVariableElement;
|
| import 'resolution/operators.dart' as op;
|
| -import 'resolution/resolution.dart' show
|
| - TreeElements;
|
| import 'resolution/semantic_visitor.dart';
|
| +import 'resolution/send_resolver.dart' show
|
| + SendResolverMixin;
|
| import 'resolution/send_structure.dart' show
|
| NewStructure,
|
| SemanticSendStructure,
|
| SendStructure;
|
| +import 'resolution/tree_elements.dart' show
|
| + TreeElements;
|
| import 'tree/tree.dart';
|
| import 'universe/universe.dart' show
|
| CallStructure,
|
|
|