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

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

Issue 1135543003: Fixes #178 (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Reformat 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/constructors.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/constructors.txt
diff --git a/test/codegen/expect/constructors.txt b/test/codegen/expect/constructors.txt
index 7b36d6c11b00e76318af27fe8584ff272439f4b7..99d01f16eae3460aaa1020ab9a76052eed112a3b 100644
--- a/test/codegen/expect/constructors.txt
+++ b/test/codegen/expect/constructors.txt
@@ -1 +1,10 @@
// Messages from compiling constructors.dart
+warning: line 90, column 14 of test/codegen/constructors.dart: [DownCastComposite] y (dynamic) will need runtime check to cast to type T
+ Q(y) : x = y;
+ ^
+info: line 96, column 12 of test/codegen/constructors.dart: [DynamicCast] q.x (dynamic) will need runtime check to cast to type String
+ return q.x;
+ ^^^
+info: line 101, column 12 of test/codegen/constructors.dart: [DynamicCast] q.x (dynamic) will need runtime check to cast to type String
+ return q.x;
+ ^^^
« no previous file with comments | « test/codegen/expect/constructors.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698