Index: dart/sdk/lib/core/core.dart |
diff --git a/dart/sdk/lib/core/core.dart b/dart/sdk/lib/core/core.dart |
index df5da14be5799f5db05ef626ff4b9f03175528ad..7b806a4d20e7138756901f483550755ce0f1d6f3 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 "comparable.dart"; |