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

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: Review update. 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/first_class_types_lib1.dart b/lib/collections/collections.dart
similarity index 83%
copy from tests/language/first_class_types_lib1.dart
copy to lib/collections/collections.dart
index baadc66015a5ced9bfbdc10f1180715ee714a547..d1673778f420ce91a259cc282ff3f30a19828099 100644
--- a/tests/language/first_class_types_lib1.dart
+++ b/lib/collections/collections.dart
@@ -2,6 +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 lib1;
+library collections;
-class A {}
+part 'helpers.dart';

Powered by Google App Engine
This is Rietveld 408576698