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

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

Issue 10907028: Standalone concrete type inference (not integrated in the compiler). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix tests 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: lib/compiler/implementation/types/types.dart
diff --git a/lib/compiler/implementation/types/types.dart b/lib/compiler/implementation/types/types.dart
index 6fb06286577ea2483fbc4bffa33e2801cbd78f40..322ceed80fed0210acd9d58a25075c7ce8b207c9 100644
--- a/lib/compiler/implementation/types/types.dart
+++ b/lib/compiler/implementation/types/types.dart
@@ -8,6 +8,9 @@
#import('../tree/tree.dart');
#import('../elements/elements.dart');
#import('../util/util.dart');
+#import('../scanner/scannerlib.dart');
+
+#source('concrete_types_inferrer.dart');
/**
* The types task infers guaranteed types globally.
« no previous file with comments | « lib/compiler/implementation/types/concrete_types_inferrer.dart ('k') | tests/compiler/dart2js/cpa_inference_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698