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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/lib/collection_dev_patch.dart

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Also use _symbol_dev.Symbol.getName in dart2js Created 7 years, 8 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: dart/sdk/lib/_internal/compiler/implementation/lib/collection_dev_patch.dart
diff --git a/dart/editor/tools/plugins/com.google.dart.tools.debug.core_test/data/scripts/test.dart b/dart/sdk/lib/_internal/compiler/implementation/lib/collection_dev_patch.dart
similarity index 67%
copy from dart/editor/tools/plugins/com.google.dart.tools.debug.core_test/data/scripts/test.dart
copy to dart/sdk/lib/_internal/compiler/implementation/lib/collection_dev_patch.dart
index e67e24b968af7775f7d780650dfb1819df5c754f..f224f24aab6db81fdd02fe889ed215cbb223c6e5 100644
--- a/dart/editor/tools/plugins/com.google.dart.tools.debug.core_test/data/scripts/test.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/lib/collection_dev_patch.dart
@@ -2,8 +2,7 @@
// 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.
-void main() {
- print("1");
- print("2");
- print("3");
+patch class Symbol implements core.Symbol {
+ patch const Symbol(String name)
+ : this._name = name;
}
« no previous file with comments | « dart/sdk/lib/_collection_dev/symbol.dart ('k') | dart/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698