| 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 e93fbaebd9ec63c42249c019d8b0e333cda1a8f4..2073cac7ec219c8ddb6e26f5e25aaf33475b684a 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -56,7 +56,16 @@ import 'operators.dart';
|
| import 'secret_tree_element.dart' show getTreeElement, setTreeElement;
|
| import 'send_structure.dart';
|
|
|
| +part 'class_hierarchy.dart';
|
| +part 'constructors.dart';
|
| +part 'label_scope.dart';
|
| part 'members.dart';
|
| part 'registry.dart';
|
| +part 'resolution_common.dart';
|
| +part 'resolution_result.dart';
|
| part 'scope.dart';
|
| part 'signatures.dart';
|
| +part 'tree_elements.dart';
|
| +part 'typedefs.dart';
|
| +part 'type_resolver.dart';
|
| +part 'variables.dart';
|
|
|