Index: sdk/lib/core/core.dart |
diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart |
index af086a762e5e98e943f7ad317ebc0c6c65dad749..38dfdba7b91f5e0577a12694916c012e3508a545 100644 |
--- a/sdk/lib/core/core.dart |
+++ b/sdk/lib/core/core.dart |
@@ -5,6 +5,7 @@ |
library dart.core; |
import "dart:collection"; |
+import "dart:collection_dev"; |
Lasse Reichstein Nielsen
2013/01/17 13:59:22
Ick. Could we call it "collection-dev" here?
floitsch
2013/01/17 16:25:55
Done.
|
part "bool.dart"; |
part "collection.dart"; |