Index: test/codegen/expect/names.txt |
diff --git a/test/codegen/expect/names.txt b/test/codegen/expect/names.txt |
index 90fba0c957a40eab197b5623c256f39fd0b22e2b..27b2998e7f4ba7b70aa2ba888ee115890089e093 100644 |
--- a/test/codegen/expect/names.txt |
+++ b/test/codegen/expect/names.txt |
@@ -1 +1,17 @@ |
// Messages from compiling names.dart |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 26, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 27, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: _foo SimpleIdentifier (test/codegen/names.dart, line 27, col 19) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 28, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: _foo SimpleIdentifier (test/codegen/names.dart, line 28, col 9) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 29, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 31, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/names.dart, line 32, col 3) |
+info: [DynamicInvoke] print(exports) requires dynamic invoke (test/codegen/names.dart, line 26, col 3) |
+info: [DynamicInvoke] print(new Foo()._foo()) requires dynamic invoke (test/codegen/names.dart, line 27, col 3) |
+info: [DynamicInvoke] new Foo()._foo() requires dynamic invoke (test/codegen/names.dart, line 27, col 9) |
+info: [DynamicInvoke] print(_foo()) requires dynamic invoke (test/codegen/names.dart, line 28, col 3) |
+info: [DynamicInvoke] _foo() requires dynamic invoke (test/codegen/names.dart, line 28, col 9) |
+info: [DynamicInvoke] print(new Frame.caller([1, 2, 3])) requires dynamic invoke (test/codegen/names.dart, line 29, col 3) |
+info: [DynamicInvoke] print(eval) requires dynamic invoke (test/codegen/names.dart, line 31, col 3) |
+info: [DynamicInvoke] print(Frame2.caller + Frame2.arguments) requires dynamic invoke (test/codegen/names.dart, line 32, col 3) |