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

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

Issue 10534089: Add experimental expando support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix comment and merge. Created 8 years, 6 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/lib/core.dart
diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
index a17e94abc7ec2783c6cd30d8a7fbf6e213741bcb..4336940ed549a3b378b204cfa035dd305b63f9df 100644
--- a/lib/compiler/implementation/lib/core.dart
+++ b/lib/compiler/implementation/lib/core.dart
@@ -15,6 +15,7 @@
#source('../../../../corelib/src/double.dart');
#source('../../../../corelib/src/duration.dart');
#source('../../../../corelib/src/exceptions.dart');
+#source('../../../../corelib/src/expando.dart');
#source('../../../../corelib/src/expect.dart');
#source('../../../../corelib/src/function.dart');
#source('../../../../corelib/src/future.dart');

Powered by Google App Engine
This is Rietveld 408576698