Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Unified Diff: dart/lib/compiler/implementation/resolution/resolution.dart

Issue 11184046: Clean up leg.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased on CL 11187067 Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';
« no previous file with comments | « dart/lib/compiler/implementation/resolution/members.dart ('k') | dart/lib/compiler/implementation/runtime_types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698