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) |