Index: dart/sdk/lib/_collection_dev/collection_dev.dart |
diff --git a/dart/sdk/lib/_collection_dev/collection_dev.dart b/dart/sdk/lib/_collection_dev/collection_dev.dart |
index 385d029cb6c3a689e7f1560873b55bbc9cea065b..5be76beef500da5ff5474478cd2a2a6c30a690bb 100644 |
--- a/dart/sdk/lib/_collection_dev/collection_dev.dart |
+++ b/dart/sdk/lib/_collection_dev/collection_dev.dart |
@@ -6,10 +6,14 @@ library dart._collection.dev; |
import 'dart:collection'; |
+import 'dart:core' hide Symbol; |
+import 'dart:core' as core; |
+ |
part 'arrays.dart'; |
part 'iterable.dart'; |
part 'list.dart'; |
part 'sort.dart'; |
+part 'symbol.dart'; |
part 'to_string.dart'; |
// TODO(floitsch): move this into core, another hidden library or remove it. |