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 226e4af518d4f91b5ee593a645a8238c5a71d195..79ca515759aad4ef9c1fdd255b600a23503ffaef 100644 |
--- a/dart/sdk/lib/_collection_dev/collection_dev.dart |
+++ b/dart/sdk/lib/_collection_dev/collection_dev.dart |
@@ -6,8 +6,12 @@ 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'; |