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

Unified Diff: lib/collections/collections.dart

Issue 11274043: Move Arrays, Collections and Maps into a new library, dart:collections. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: lib/collections/collections.dart
diff --git a/tests/language/export_helper2.dart b/lib/collections/collections.dart
similarity index 81%
copy from tests/language/export_helper2.dart
copy to lib/collections/collections.dart
index 69a7faba9c100c9e71592634fbdcfbd9e2eec66a..cd6b63ba466f2930d07b6434a43a362034b594b7 100644
--- a/tests/language/export_helper2.dart
+++ b/lib/collections/collections.dart
@@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library export_helper2;
+#library("collections");
floitsch 2012/10/25 12:11:28 use new syntax.
Anders Johnsen 2012/10/25 12:24:30 Done.
-class ReExported {
-
-}
+#source("helpers.dart");

Powered by Google App Engine
This is Rietveld 408576698