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"; |