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

Unified Diff: tests/standalone/package/packages/lib2/lib2.dart

Issue 12441003: Rename String.concat to operator+. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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: tests/standalone/package/packages/lib2/lib2.dart
diff --git a/tests/standalone/package/packages/lib2/lib2.dart b/tests/standalone/package/packages/lib2/lib2.dart
index 21ae129c93e5828e17e7bf99145916c388602c5c..017d8ae6f77ff68a2f441099b90b17b2344ac66e 100644
--- a/tests/standalone/package/packages/lib2/lib2.dart
+++ b/tests/standalone/package/packages/lib2/lib2.dart
@@ -8,6 +8,6 @@
#import('package:lib3/sub/lib3.dart');
void lib2() {
- output = output.concat('|lib2');
+ output += '|lib2';
lib3();
}

Powered by Google App Engine
This is Rietveld 408576698