Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: sdk/lib/core/core.dart

Issue 11959012: Add dart:collection_dev library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
« sdk/lib/collection_dev/collection_dev.dart ('K') | « sdk/lib/collection_dev/empty.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698