| Index: test/codegen/expect/fieldtest.txt
|
| diff --git a/test/codegen/expect/fieldtest.txt b/test/codegen/expect/fieldtest.txt
|
| index 99b0548fa9c233051af4e3468b0a302d5d7c89f3..c5fe06166fddca882467c5cf89fcbdd78b771c46 100644
|
| --- a/test/codegen/expect/fieldtest.txt
|
| +++ b/test/codegen/expect/fieldtest.txt
|
| @@ -1,5 +1,33 @@
|
| // Messages from compiling fieldtest.dart
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 18, col 3)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 23, col 3)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: compute SimpleIdentifier (test/codegen/fieldtest.dart, line 30, col 9)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 49, col 15)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: foo SimpleIdentifier (test/codegen/fieldtest.dart, line 71, col 3)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: bar SimpleIdentifier (test/codegen/fieldtest.dart, line 72, col 3)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 73, col 3)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: baz SimpleIdentifier (test/codegen/fieldtest.dart, line 73, col 9)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 75, col 3)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: foo SimpleIdentifier (test/codegen/fieldtest.dart, line 75, col 31)
|
| +warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/fieldtest.dart, line 77, col 3)
|
| +info: [DynamicInvoke] print(a.x) requires dynamic invoke (test/codegen/fieldtest.dart, line 18, col 3)
|
| +info: [DynamicInvoke] print(a.x) requires dynamic invoke (test/codegen/fieldtest.dart, line 23, col 3)
|
| info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart, line 23, col 9)
|
| info: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int (test/codegen/fieldtest.dart, line 24, col 10)
|
| info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart, line 24, col 10)
|
| +info: [DynamicInvoke] compute() requires dynamic invoke (test/codegen/fieldtest.dart, line 30, col 9)
|
| info: [DynamicCast] value (dynamic) will need runtime check to cast to type int (test/codegen/fieldtest.dart, line 35, col 7)
|
| +info: [DynamicInvoke] print(bar + (t as String)) requires dynamic invoke (test/codegen/fieldtest.dart, line 49, col 15)
|
| +info: [DynamicInvoke] b + 1 requires dynamic invoke (test/codegen/fieldtest.dart, line 55, col 20)
|
| +info: [DynamicInvoke] d + 2 requires dynamic invoke (test/codegen/fieldtest.dart, line 56, col 20)
|
| +info: [DynamicInvoke] c + 3 requires dynamic invoke (test/codegen/fieldtest.dart, line 57, col 20)
|
| +info: [DynamicInvoke] StaticFieldOrder2.b + 1 requires dynamic invoke (test/codegen/fieldtest.dart, line 61, col 20)
|
| +info: [DynamicInvoke] StaticFieldOrder2.d + 2 requires dynamic invoke (test/codegen/fieldtest.dart, line 62, col 20)
|
| +info: [DynamicInvoke] StaticFieldOrder2.c + 3 requires dynamic invoke (test/codegen/fieldtest.dart, line 63, col 20)
|
| +info: [DynamicInvoke] foo(a) requires dynamic invoke (test/codegen/fieldtest.dart, line 71, col 3)
|
| +info: [DynamicInvoke] bar(a) requires dynamic invoke (test/codegen/fieldtest.dart, line 72, col 3)
|
| +info: [DynamicInvoke] print(baz(a)) requires dynamic invoke (test/codegen/fieldtest.dart, line 73, col 3)
|
| +info: [DynamicInvoke] baz(a) requires dynamic invoke (test/codegen/fieldtest.dart, line 73, col 9)
|
| +info: [DynamicInvoke] print(new Generic<String>().foo(' world')) requires dynamic invoke (test/codegen/fieldtest.dart, line 75, col 3)
|
| +info: [DynamicInvoke] new Generic<String>().foo(' world') requires dynamic invoke (test/codegen/fieldtest.dart, line 75, col 9)
|
| +info: [DynamicInvoke] print(MyEnum.values) requires dynamic invoke (test/codegen/fieldtest.dart, line 77, col 3)
|
|
|