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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 years, 11 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 | « no previous file | editor/util/debuggertest/pets.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
index 9899252a80e524409f7b1ca845a573222f907e9d..1426a843e7c79f05e8a01eb7fdd853f30d323445 100644
--- a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
@@ -4,6 +4,8 @@
library Money;
+import 'dart:collection' show Queue;
+
part "complex_money.dart";
part "currency_exchange.dart";
part "currency.dart";
« no previous file with comments | « no previous file | editor/util/debuggertest/pets.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698