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

Unified Diff: dart/sdk/lib/core/core.dart

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix various issues discovered during own review. Created 7 years, 8 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: dart/sdk/lib/core/core.dart
diff --git a/dart/sdk/lib/core/core.dart b/dart/sdk/lib/core/core.dart
index 00fd3b74e324fae4bf16b34444c733e159f53172..74867035b130f6d0e8a8547ff1d55f1b5faac5df 100644
--- a/dart/sdk/lib/core/core.dart
+++ b/dart/sdk/lib/core/core.dart
@@ -5,7 +5,8 @@
library dart.core;
import "dart:collection";
-import "dart:_collection-dev";
+import "dart:_collection-dev" hide Symbol;
+import "dart:_collection-dev" as _collection_dev;
part "bool.dart";
part "collection.dart";

Powered by Google App Engine
This is Rietveld 408576698