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

Unified Diff: test/codegen/expect/domtest.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/domtest.txt
diff --git a/test/codegen/expect/domtest.txt b/test/codegen/expect/domtest.txt
index 89f72f4d1a898353d30c98391fd9e42837afaef8..4be2404c1a85fe353df826d84ba42e37797d4f75 100644
--- a/test/codegen/expect/domtest.txt
+++ b/test/codegen/expect/domtest.txt
@@ -1 +1,7 @@
// Messages from compiling domtest.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: querySelector SimpleIdentifier (test/codegen/domtest.dart, line 11, col 24)
+warning: [MissingTypeError] type analysis didn't compute the type of: createElement SimpleIdentifier (test/codegen/domtest.dart, line 14, col 25)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/domtest.dart, line 15, col 5)
+info: [DynamicInvoke] document.querySelector('body') requires dynamic invoke (test/codegen/domtest.dart, line 11, col 15)
+info: [DynamicInvoke] document.createElement('div') requires dynamic invoke (test/codegen/domtest.dart, line 14, col 16)
+info: [DynamicInvoke] print(nodes[i] == old) requires dynamic invoke (test/codegen/domtest.dart, line 15, col 5)

Powered by Google App Engine
This is Rietveld 408576698