| 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 7b8bf65cee59450c598216d2f7267f008cddaf39..111b4967b01415066cb8c6f6c9ecfcedfb0c3973 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -52,6 +52,7 @@ import '../universe/universe.dart' show CallStructure;
|
| import 'class_members.dart' show MembersCreator;
|
| import 'enum_creator.dart';
|
| import 'secret_tree_element.dart' show getTreeElement, setTreeElement;
|
| +import 'send_structure.dart';
|
|
|
| part 'members.dart';
|
| part 'registry.dart';
|
|
|