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

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

Issue 1355893003: Rewire DDC to use the analyzer task model (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix for identifiers Created 5 years, 3 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/script.txt
diff --git a/test/codegen/expect/script.txt b/test/codegen/expect/script.txt
index 19a536d7b81891535ee836c7b22286fb4f7ea167..5bc93bb58cc13a966cbcb4256bc67f97d421459f 100644
--- a/test/codegen/expect/script.txt
+++ b/test/codegen/expect/script.txt
@@ -1 +1,5 @@
// Messages from compiling script.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: join SimpleIdentifier (test/codegen/script.dart, line 3, col 22)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/script.dart, line 5, col 3)
+info: [DynamicInvoke] args.join(' ') requires dynamic invoke (test/codegen/script.dart, line 3, col 17)
+info: [DynamicInvoke] print('hello $name') requires dynamic invoke (test/codegen/script.dart, line 5, col 3)

Powered by Google App Engine
This is Rietveld 408576698