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

Unified Diff: test/codegen/expect/temps.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/temps.txt
diff --git a/test/codegen/expect/temps.txt b/test/codegen/expect/temps.txt
index a58a30db05c4127a4407b64e9f8d83ffa1c47d4a..0871b91187ed86beb5585ae935dd483d9a99c2ab 100644
--- a/test/codegen/expect/temps.txt
+++ b/test/codegen/expect/temps.txt
@@ -1 +1,7 @@
// Messages from compiling temps.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/temps.dart, line 20, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/temps.dart, line 21, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/temps.dart, line 22, col 3)
+info: [DynamicInvoke] print(new FormalCollision(1, 2, (x) => x)) requires dynamic invoke (test/codegen/temps.dart, line 20, col 3)
+info: [DynamicInvoke] print(new OptionalArg()._opt) requires dynamic invoke (test/codegen/temps.dart, line 21, col 3)
+info: [DynamicInvoke] print(new OptionalArg.named()._opt) requires dynamic invoke (test/codegen/temps.dart, line 22, col 3)

Powered by Google App Engine
This is Rietveld 408576698