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

Unified Diff: test/codegen/expect/opassign.txt

Issue 1069493002: implement opassign, fix bugs in pre/postfix, introduce a let* helper (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/codegen/expect/opassign.js ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/opassign.txt
diff --git a/test/codegen/expect/opassign.txt b/test/codegen/expect/opassign.txt
new file mode 100644
index 0000000000000000000000000000000000000000..53b91a05e0d3ff67ef22ace689de1f76cedfd502
--- /dev/null
+++ b/test/codegen/expect/opassign.txt
@@ -0,0 +1,10 @@
+// Messages from compiling opassign.dart
+info: line 25, column 5 of test/codegen/opassign.dart: [DynamicInvoke] foo.x requires dynamic invoke
+ ++foo.x;
+ ^^^^^
+info: line 26, column 16 of test/codegen/opassign.dart: [DynamicInvoke] foo.x requires dynamic invoke
+ forcePostfix(foo.x++);
+ ^^^^^
+info: line 29, column 3 of test/codegen/opassign.dart: [DynamicInvoke] f[index] += f[index] requires dynamic invoke
+ f[index] += f[index];
+ ^^^^^^^^^^^^^^^^^^^^
« no previous file with comments | « test/codegen/expect/opassign.js ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698