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

Unified Diff: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart

Issue 1284673003: Move dart2jslib parts into separate libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix try. Created 5 years, 4 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: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
index 506985e223949952c3b2ef4197d6eb4af8c6bf04..c25d8d7ad4c292832168b1f559c97bc0c2c19534 100644
--- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
+++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
@@ -23,6 +23,8 @@ import '../dart2jslib.dart'
TreeElementMapping;
import '../elements/elements.dart';
import '../native/native.dart' as native;
+import '../resolution/resolution.dart'
+ show TreeElementMapping;
import '../tree/tree.dart' as ast
show DartString,
Node,
@@ -47,6 +49,7 @@ import '../util/util.dart'
Setlet,
Spannable;
import '../js_backend/js_backend.dart' show Annotations, JavaScriptBackend;
+import '../world.dart' show ClassWorld;
import 'inferrer_visitor.dart'
show ArgumentsTypes,
« no previous file with comments | « pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart ('k') | pkg/compiler/lib/src/io/start_end_information.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698