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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/tree/tree.dart

Issue 12033003: Deferred (aka lazy) loading of static functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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/sdk/lib/_internal/compiler/implementation/tree/tree.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/tree/tree.dart b/dart/sdk/lib/_internal/compiler/implementation/tree/tree.dart
index 316b153e9e8b4b3cd7ce6235446461b6ef977924..3faa36c409a13f9bf0c1dbaaf9b083ffeac2752d 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/tree/tree.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/tree/tree.dart
@@ -13,6 +13,8 @@ import '../util/characters.dart';
import '../resolution/secret_tree_element.dart' show TreeElementMixin;
+import '../elements/elements.dart' show MetadataAnnotation;
+
part 'dartstring.dart';
part 'nodes.dart';
part 'prettyprint.dart';

Powered by Google App Engine
This is Rietveld 408576698