Index: test/codegen/expect/opassign.txt |
diff --git a/test/codegen/expect/opassign.txt b/test/codegen/expect/opassign.txt |
index 92b30adb44a27bfe76536ac956f733dd2e12c8db..67fe3197f4b6e932b0c4f27b0cd7eb6b56a9ab1d 100644 |
--- a/test/codegen/expect/opassign.txt |
+++ b/test/codegen/expect/opassign.txt |
@@ -1,8 +1,22 @@ |
// Messages from compiling opassign.dart |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 6, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 12, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 20, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: forcePostfix SimpleIdentifier (test/codegen/opassign.dart, line 22, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 24, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: forcePostfix SimpleIdentifier (test/codegen/opassign.dart, line 26, col 3) |
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/opassign.dart, line 28, col 3) |
+info: [DynamicInvoke] print('called "index" getter') requires dynamic invoke (test/codegen/opassign.dart, line 6, col 3) |
+info: [DynamicInvoke] print('called "foo" getter') requires dynamic invoke (test/codegen/opassign.dart, line 12, col 3) |
+info: [DynamicInvoke] print('should only call "index" 2 times:') requires dynamic invoke (test/codegen/opassign.dart, line 20, col 3) |
info: [DynamicInvoke] ++f[index] requires dynamic invoke (test/codegen/opassign.dart, line 21, col 3) |
+info: [DynamicInvoke] forcePostfix(f[index]++) requires dynamic invoke (test/codegen/opassign.dart, line 22, col 3) |
info: [DynamicInvoke] f[index]++ requires dynamic invoke (test/codegen/opassign.dart, line 22, col 16) |
+info: [DynamicInvoke] print('should only call "foo" 2 times:') requires dynamic invoke (test/codegen/opassign.dart, line 24, col 3) |
info: [DynamicInvoke] ++foo.x requires dynamic invoke (test/codegen/opassign.dart, line 25, col 3) |
info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 25, col 5) |
+info: [DynamicInvoke] forcePostfix(foo.x++) requires dynamic invoke (test/codegen/opassign.dart, line 26, col 3) |
info: [DynamicInvoke] foo.x requires dynamic invoke (test/codegen/opassign.dart, line 26, col 16) |
info: [DynamicInvoke] foo.x++ requires dynamic invoke (test/codegen/opassign.dart, line 26, col 16) |
+info: [DynamicInvoke] print('op assign test, should only call "index" twice:') requires dynamic invoke (test/codegen/opassign.dart, line 28, col 3) |
info: [DynamicInvoke] f[index] += f[index] requires dynamic invoke (test/codegen/opassign.dart, line 29, col 3) |