| Index: dart/lib/compiler/implementation/resolution/resolution.dart
|
| diff --git a/dart/lib/compiler/implementation/resolution/resolution.dart b/dart/lib/compiler/implementation/resolution/resolution.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..832090c35bc49f87f6218c02fe8e5af96c9bbd38
|
| --- /dev/null
|
| +++ b/dart/lib/compiler/implementation/resolution/resolution.dart
|
| @@ -0,0 +1,14 @@
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +library resolution;
|
| +
|
| +import '../dart2jslib.dart' hide Diagnostic;
|
| +import '../../compiler.dart' show Diagnostic;
|
| +import '../tree/tree.dart';
|
| +import '../elements/elements.dart';
|
| +import '../util/util.dart';
|
| +import '../scanner/scannerlib.dart' show PartialMetadataAnnotation;
|
| +
|
| +part 'members.dart';
|
|
|