| Index: pkg/front_end/testcases/inference/infer_conditional.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_conditional.dart.strong.expect b/pkg/front_end/testcases/inference/infer_conditional.dart.strong.expect
|
| index e49a642746fc507c0b6bc4e460832db3e2c25eee..7b728812fdf624afca85be691228c12776b32024 100644
|
| --- a/pkg/front_end/testcases/inference/infer_conditional.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_conditional.dart.strong.expect
|
| @@ -2,8 +2,8 @@ library test;
|
| import self as self;
|
| import "dart:core" as core;
|
|
|
| -static field core::num a = 1.==(2) ? 1 : 2.0;
|
| -static field core::num b = 1.==(2) ? 1.0 : 2;
|
| +static field core::num a = 1.{core::num::==}(2) ? 1 : 2.0;
|
| +static field core::num b = 1.{core::num::==}(2) ? 1.0 : 2;
|
| static method main() → dynamic {
|
| self::a;
|
| self::b;
|
|
|