| Index: pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart
|
| diff --git a/pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart b/pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart
|
| index c014ab68daec92117fae2f3063a7c0a287e8e4c4..af534a0281c206a135a4188f0fc0abd1cba64ce7 100644
|
| --- a/pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart
|
| +++ b/pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart
|
| @@ -6,8 +6,8 @@
|
| library test;
|
|
|
| class A {
|
| - int operator +(other) => 1;
|
| - double operator -(other) => 2.0;
|
| + int operator +(/*@topType=dynamic*/ other) => 1;
|
| + double operator -(/*@topType=dynamic*/ other) => 2.0;
|
| }
|
|
|
| class B {
|
|
|