| Index: pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| index 3d7052a64da9f0c502721b2d6f13684ee62598d1..a6f7e415b8d89fb1b8013405dbacffccc0e9b188 100644
|
| --- a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| @@ -15,7 +15,7 @@ abstract class C extends core::Object implements self::I {
|
| ;
|
| }
|
| static field self::C c;
|
| -static field core::bool x = self::c.*(self::c);
|
| +static field core::bool x = self::c.{self::I::*}(self::c);
|
| static method main() → dynamic {
|
| self::c;
|
| }
|
|
|