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