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

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: Rebase 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
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;
+ ^^^^

Powered by Google App Engine
This is Rietveld 408576698