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

Unified Diff: lib/core/core.dart

Issue 11169004: Add "contains" method to Collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed last illegal-access Created 8 years, 2 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 | « lib/core/collection.dart ('k') | lib/core/corelib_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/core.dart
diff --git a/lib/core/core.dart b/lib/core/core.dart
index 0e76548bf072de33f8cfff8de2de0561075c3f6d..5ba5969269bb29b225403e1d527e36407ce39a90 100644
--- a/lib/core/core.dart
+++ b/lib/core/core.dart
@@ -32,6 +32,7 @@
#source("print.dart");
#source("queue.dart");
#source("regexp.dart");
+#source("sequences.dart");
#source("set.dart");
#source("stopwatch.dart");
#source("string.dart");
« no previous file with comments | « lib/core/collection.dart ('k') | lib/core/corelib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698