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

Unified Diff: sdk/lib/_collection_dev/collection_dev.dart

Issue 107333003: Fix an old TODO. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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 | « sdk/lib/_collection_dev/arrays.dart ('k') | sdk/lib/_collection_dev/collection_dev_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_collection_dev/collection_dev.dart
===================================================================
--- sdk/lib/_collection_dev/collection_dev.dart (revision 31056)
+++ sdk/lib/_collection_dev/collection_dev.dart (working copy)
@@ -10,9 +10,9 @@
import 'dart:core' as core;
import 'dart:math' show Random;
-part 'arrays.dart';
part 'iterable.dart';
part 'list.dart';
+part 'lists.dart';
part 'print.dart';
part 'sort.dart';
part 'symbol.dart';
« no previous file with comments | « sdk/lib/_collection_dev/arrays.dart ('k') | sdk/lib/_collection_dev/collection_dev_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698