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; |
} |