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

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: Address comments. Created 7 years, 9 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 | « tests/standalone/package/packages/lib1.dart ('k') | tests/standalone/package/packages/lib3/sub/lib3.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « tests/standalone/package/packages/lib1.dart ('k') | tests/standalone/package/packages/lib3/sub/lib3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698