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

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

Issue 1183453005: fixes #226 super == and fixes #227 escape \r \f (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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/misc.js ('k') | test/codegen/misc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/misc.txt
diff --git a/test/codegen/expect/misc.txt b/test/codegen/expect/misc.txt
index c545765f09ded896db2f7ede0ddfa270150ce3d5..8ae540eec5427548b80bac074c62588d91b2681a 100644
--- a/test/codegen/expect/misc.txt
+++ b/test/codegen/expect/misc.txt
@@ -1 +1,10 @@
// Messages from compiling misc.dart
+info: line 19, column 27 of test/codegen/misc.dart: [DynamicInvoke] obj.x requires dynamic invoke
+ return obj is Base && obj.x == x && obj.y == y;
+ ^^^^^
+info: line 19, column 41 of test/codegen/misc.dart: [DynamicInvoke] obj.y requires dynamic invoke
+ return obj is Base && obj.x == x && obj.y == y;
+ ^^^^^
+info: line 25, column 30 of test/codegen/misc.dart: [DynamicInvoke] obj.z requires dynamic invoke
+ return obj is Derived && obj.z == z && super == obj;
+ ^^^^^
« no previous file with comments | « test/codegen/expect/misc.js ('k') | test/codegen/misc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698