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

Unified Diff: tool/input_sdk/lib/collection/collection.dart

Issue 1956933002: Update collection (list / map / iterable) printing. (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « test/codegen/corelib/shuffle_test.dart ('k') | tool/input_sdk/lib/collection/collections.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/collection/collection.dart
diff --git a/tool/input_sdk/lib/collection/collection.dart b/tool/input_sdk/lib/collection/collection.dart
index 4e93785cf697c6c46bc39941074abba27f3d6263..5a2a9062f4b7484c7f0a1dc0f326d9e9fd8f7e00 100644
--- a/tool/input_sdk/lib/collection/collection.dart
+++ b/tool/input_sdk/lib/collection/collection.dart
@@ -4,6 +4,10 @@
/**
* Classes and utilities that supplement the collection support in dart:core.
+ *
+ * To use this library in your code:
+ *
+ * import 'dart:collection';
*/
library dart.collection;
« no previous file with comments | « test/codegen/corelib/shuffle_test.dart ('k') | tool/input_sdk/lib/collection/collections.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698