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

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

Issue 1138793002: Tag closures with their types (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: More comment fixes Created 5 years, 7 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/methods.js ('k') | test/codegen/expect/misc.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/methods.txt
diff --git a/test/codegen/expect/methods.txt b/test/codegen/expect/methods.txt
index 40e17d17720fea8e8b5bc959f59db5dd84247f92..93c13f99103146d1c20dacd1d3ae8bcebfe1e425 100644
--- a/test/codegen/expect/methods.txt
+++ b/test/codegen/expect/methods.txt
@@ -8,3 +8,6 @@ warning: line 19, column 12 of test/codegen/methods.dart: [DownCastImplicit] a +
info: line 49, column 3 of test/codegen/methods.dart: [DynamicInvoke] f.bar("Bar's call method!") requires dynamic invoke
f.bar("Bar's call method!");
^^^^^^^^^^^^^^^^^^^^^^^^^^^
+info: line 57, column 11 of test/codegen/methods.dart: [DynamicInvoke] aa.x requires dynamic invoke
+ var h = aa.x;
+ ^^^^
« no previous file with comments | « test/codegen/expect/methods.js ('k') | test/codegen/expect/misc.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698