Index: sdk/lib/_collection_dev/collection_dev.dart |
diff --git a/sdk/lib/_collection_dev/collection_dev.dart b/sdk/lib/_collection_dev/collection_dev.dart |
index 30a7c5ce678b3849bd2bb154f029666a247b222c..d82d903ee443c9f6294ccd9976aa2065f4b73dac 100644 |
--- a/sdk/lib/_collection_dev/collection_dev.dart |
+++ b/sdk/lib/_collection_dev/collection_dev.dart |
@@ -14,6 +14,6 @@ import 'dart:collection' show HashSet; |
part 'arrays.dart'; |
part 'iterable.dart'; |
part 'list.dart'; |
+part 'print.dart'; |
part 'sort.dart'; |
part 'symbol.dart'; |
- |