| Index: test/codegen/expect/fieldtest.txt
|
| diff --git a/test/codegen/expect/fieldtest.txt b/test/codegen/expect/fieldtest.txt
|
| index 5d674b2fc83673366265fd23da29d627079640ec..fce05fa9fcb24b9b6b53c0f581e92ce95b40eb57 100644
|
| --- a/test/codegen/expect/fieldtest.txt
|
| +++ b/test/codegen/expect/fieldtest.txt
|
| @@ -1,13 +1,13 @@
|
| // Messages from compiling fieldtest.dart
|
| -warning: line 23, column 9 of test/codegen/fieldtest.dart: a.x requires dynamic invoke
|
| +warning: 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: a.x (dynamic) will need runtime check to cast to type int
|
| +info: line 24, column 10 of test/codegen/fieldtest.dart: [DownCast] 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: a.x requires dynamic invoke
|
| +warning: 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: value (dynamic) will need runtime check to cast to type int
|
| +info: line 35, column 7 of test/codegen/fieldtest.dart: [DownCast] value (dynamic) will need runtime check to cast to type int
|
| y = value;
|
| ^^^^^
|
|
|