| Index: test/codegen/expect/fieldtest.txt
|
| diff --git a/test/codegen/expect/fieldtest.txt b/test/codegen/expect/fieldtest.txt
|
| index 351d25fa40cbd1a118e15231805e22818bbb23de..a4a04bfd78ab95f0d14023711dfd02c2dcc93510 100644
|
| --- a/test/codegen/expect/fieldtest.txt
|
| +++ b/test/codegen/expect/fieldtest.txt
|
| @@ -1,11 +1,11 @@
|
| // Messages from compiling fieldtest.dart
|
| -warning: line 23, column 9 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
|
| +info: line 23, column 9 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
|
| print(a.x);
|
| ^^^
|
| info: line 24, column 10 of test/codegen/fieldtest.dart: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int
|
| return a.x;
|
| ^^^
|
| -warning: line 24, column 10 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
|
| +info: line 24, column 10 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
|
| return a.x;
|
| ^^^
|
| info: line 35, column 7 of test/codegen/fieldtest.dart: [DynamicCast] value (dynamic) will need runtime check to cast to type int
|
|
|