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

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

Issue 27112002: Make print interceptable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: sdk/lib/_collection_dev/print.dart
diff --git a/tests/compiler/dart2js_extra/crash_library_metadata.dart b/sdk/lib/_collection_dev/print.dart
similarity index 74%
copy from tests/compiler/dart2js_extra/crash_library_metadata.dart
copy to sdk/lib/_collection_dev/print.dart
index b2746878e24c66cc00c9d3da2e6a99620f0d686a..2743a2bda239acd19b9c50f55fec0820c6ce304c 100644
--- a/tests/compiler/dart2js_extra/crash_library_metadata.dart
+++ b/sdk/lib/_collection_dev/print.dart
@@ -2,9 +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.
-@Constant()
-library foo;
+part of dart._collection.dev;
-class Constant {
- const Constant();
-}
+external void internalPrint(Object object);

Powered by Google App Engine
This is Rietveld 408576698