OLD | NEW |
1 // Messages from compiling fieldtest.dart | 1 // Messages from compiling fieldtest.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/fieldtest.dart, line 18, col 3) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/fieldtest.dart, line 23, col 3) |
| 4 warning: [MissingTypeError] type analysis didn't compute the type of: compute Si
mpleIdentifier (test/codegen/fieldtest.dart, line 30, col 9) |
| 5 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/fieldtest.dart, line 49, col 15) |
| 6 warning: [MissingTypeError] type analysis didn't compute the type of: foo Simple
Identifier (test/codegen/fieldtest.dart, line 71, col 3) |
| 7 warning: [MissingTypeError] type analysis didn't compute the type of: bar Simple
Identifier (test/codegen/fieldtest.dart, line 72, col 3) |
| 8 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/fieldtest.dart, line 73, col 3) |
| 9 warning: [MissingTypeError] type analysis didn't compute the type of: baz Simple
Identifier (test/codegen/fieldtest.dart, line 73, col 9) |
| 10 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/fieldtest.dart, line 75, col 3) |
| 11 warning: [MissingTypeError] type analysis didn't compute the type of: foo Simple
Identifier (test/codegen/fieldtest.dart, line 75, col 31) |
| 12 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/fieldtest.dart, line 77, col 3) |
| 13 info: [DynamicInvoke] print(a.x) requires dynamic invoke (test/codegen/fieldtest
.dart, line 18, col 3) |
| 14 info: [DynamicInvoke] print(a.x) requires dynamic invoke (test/codegen/fieldtest
.dart, line 23, col 3) |
2 info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart,
line 23, col 9) | 15 info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart,
line 23, col 9) |
3 info: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int (t
est/codegen/fieldtest.dart, line 24, col 10) | 16 info: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int (t
est/codegen/fieldtest.dart, line 24, col 10) |
4 info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart,
line 24, col 10) | 17 info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart,
line 24, col 10) |
| 18 info: [DynamicInvoke] compute() requires dynamic invoke (test/codegen/fieldtest.
dart, line 30, col 9) |
5 info: [DynamicCast] value (dynamic) will need runtime check to cast to type int
(test/codegen/fieldtest.dart, line 35, col 7) | 19 info: [DynamicCast] value (dynamic) will need runtime check to cast to type int
(test/codegen/fieldtest.dart, line 35, col 7) |
| 20 info: [DynamicInvoke] print(bar + (t as String)) requires dynamic invoke (test/c
odegen/fieldtest.dart, line 49, col 15) |
| 21 info: [DynamicInvoke] b + 1 requires dynamic invoke (test/codegen/fieldtest.dart
, line 55, col 20) |
| 22 info: [DynamicInvoke] d + 2 requires dynamic invoke (test/codegen/fieldtest.dart
, line 56, col 20) |
| 23 info: [DynamicInvoke] c + 3 requires dynamic invoke (test/codegen/fieldtest.dart
, line 57, col 20) |
| 24 info: [DynamicInvoke] StaticFieldOrder2.b + 1 requires dynamic invoke (test/code
gen/fieldtest.dart, line 61, col 20) |
| 25 info: [DynamicInvoke] StaticFieldOrder2.d + 2 requires dynamic invoke (test/code
gen/fieldtest.dart, line 62, col 20) |
| 26 info: [DynamicInvoke] StaticFieldOrder2.c + 3 requires dynamic invoke (test/code
gen/fieldtest.dart, line 63, col 20) |
| 27 info: [DynamicInvoke] foo(a) requires dynamic invoke (test/codegen/fieldtest.dar
t, line 71, col 3) |
| 28 info: [DynamicInvoke] bar(a) requires dynamic invoke (test/codegen/fieldtest.dar
t, line 72, col 3) |
| 29 info: [DynamicInvoke] print(baz(a)) requires dynamic invoke (test/codegen/fieldt
est.dart, line 73, col 3) |
| 30 info: [DynamicInvoke] baz(a) requires dynamic invoke (test/codegen/fieldtest.dar
t, line 73, col 9) |
| 31 info: [DynamicInvoke] print(new Generic<String>().foo(' world')) requires dynami
c invoke (test/codegen/fieldtest.dart, line 75, col 3) |
| 32 info: [DynamicInvoke] new Generic<String>().foo(' world') requires dynamic invok
e (test/codegen/fieldtest.dart, line 75, col 9) |
| 33 info: [DynamicInvoke] print(MyEnum.values) requires dynamic invoke (test/codegen
/fieldtest.dart, line 77, col 3) |
OLD | NEW |