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

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

Issue 993513005: Log the runtime type of messages (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 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 | « test/codegen/expect/fieldtest.txt ('k') | test/codegen/expect/sunflower.txt » ('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 9766cc394c34173f1c38f9e5ada1e19a04c7063b..870720340b0159cf7b5ab89a5ff0029b655639e2 100644
--- a/test/codegen/expect/methods.txt
+++ b/test/codegen/expect/methods.txt
@@ -1,10 +1,10 @@
// Messages from compiling methods.dart
-info: line 14, column 21 of test/codegen/methods.dart: b (num) will need runtime check to cast to type int
+info: line 14, column 21 of test/codegen/methods.dart: [DownCast] b (num) will need runtime check to cast to type int
int z([num b]) => b;
^
-info: line 19, column 12 of test/codegen/methods.dart: a + b (num) will need runtime check to cast to type int
+info: line 19, column 12 of test/codegen/methods.dart: [DownCast] a + b (num) will need runtime check to cast to type int
return a + b;
^^^^^
-warning: line 49, column 3 of test/codegen/methods.dart: f.bar("Bar's call method!") requires dynamic invoke
+warning: 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!");
^^^^^^^^^^^^^^^^^^^^^^^^^^^
« no previous file with comments | « test/codegen/expect/fieldtest.txt ('k') | test/codegen/expect/sunflower.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698