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

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

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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/inferrer_visitor.dart
diff --git a/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart b/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart
index 093e229130492185ffe63e47425c7feb07b61639..b0780e3712848c66a11ef192909472d80abe210f 100644
--- a/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart
+++ b/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart
@@ -4,21 +4,28 @@
library inferrer_visitor;
-import 'dart:collection' show IterableMixin;
+import 'dart:collection' show
+ IterableMixin;
+import '../compiler.dart' show
+ Compiler;
import '../constants/constant_system.dart';
import '../constants/expressions.dart';
-import '../dart2jslib.dart' hide Selector, TypedSelector;
import '../dart_types.dart';
+import '../diagnostics/spannable.dart' show
+ Spannable;
import '../elements/elements.dart';
import '../resolution/operators.dart';
import '../resolved_visitor.dart';
import '../tree/tree.dart';
-import '../types/types.dart' show TypeMask;
-import '../types/constants.dart' show computeTypeMask;
+import '../types/types.dart' show
+ TypeMask;
+import '../types/constants.dart' show
+ computeTypeMask;
import '../universe/universe.dart';
import '../util/util.dart';
-import '../world.dart' show ClassWorld;
+import '../world.dart' show
+ ClassWorld;
/**
* The interface [InferrerVisitor] will use when working on types.
« no previous file with comments | « pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart ('k') | pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698