| Index: test/codegen/expect/methods.txt
|
| diff --git a/test/codegen/expect/methods.txt b/test/codegen/expect/methods.txt
|
| index 40e17d17720fea8e8b5bc959f59db5dd84247f92..93c13f99103146d1c20dacd1d3ae8bcebfe1e425 100644
|
| --- a/test/codegen/expect/methods.txt
|
| +++ b/test/codegen/expect/methods.txt
|
| @@ -8,3 +8,6 @@ warning: line 19, column 12 of test/codegen/methods.dart: [DownCastImplicit] a +
|
| info: line 49, column 3 of test/codegen/methods.dart: [DynamicInvoke] f.bar("Bar's call method!") requires dynamic invoke
|
| f.bar("Bar's call method!");
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| +info: line 57, column 11 of test/codegen/methods.dart: [DynamicInvoke] aa.x requires dynamic invoke
|
| + var h = aa.x;
|
| + ^^^^
|
|
|