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

Unified Diff: pkg/compiler/lib/src/inferrer/concrete_types_inferrer.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
« no previous file with comments | « pkg/compiler/lib/src/helpers/helpers.dart ('k') | pkg/compiler/lib/src/inferrer/inferrer_visitor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart
diff --git a/pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart b/pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart
index e9c5307dc6f37e0dd410afdfeb3b422baf27c4c8..474f71f200c1f23e74b80a53ac1be843aa3f04dc 100644
--- a/pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart
+++ b/pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart
@@ -4,20 +4,32 @@
library concrete_types_inferrer;
-import 'dart:collection' show Queue, IterableBase;
+import 'dart:collection' show
+ Queue,
+ IterableBase;
+
import '../native/native.dart' as native;
-import '../closure.dart' show BoxFieldElement;
-import '../dart2jslib.dart' hide Selector, TypedSelector;
-import '../dart_types.dart' show DartType, TypeKind;
+import '../closure.dart' show
+ BoxFieldElement;
+import '../compiler.dart' show
+ Compiler;
+import '../dart_types.dart' show
+ DartType,
+ TypeKind;
+import '../diagnostics/spannable.dart' show
+ Spannable;
import '../elements/elements.dart';
import '../tree/tree.dart';
+import '../types/types.dart' show
+ FlatTypeMask,
+ TypeMask,
+ TypesInferrer,
+ UnionTypeMask;
import '../universe/universe.dart';
-import '../util/util.dart';
-import '../world.dart' show ClassWorld;
+import '../world.dart' show
+ ClassWorld;
import 'inferrer_visitor.dart';
-import '../types/types.dart' show TypeMask, FlatTypeMask, UnionTypeMask,
- TypesInferrer;
import 'simple_types_inferrer.dart';
/**
« no previous file with comments | « pkg/compiler/lib/src/helpers/helpers.dart ('k') | pkg/compiler/lib/src/inferrer/inferrer_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698