| Index: pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect b/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| index fda6cad7addb46242dbbad21898f9bcb9272080b..3b8a5c77f7ca10529a0d4c967103a382b29b9d85 100644
|
| --- a/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| @@ -8,7 +8,7 @@ class ImplicitScopeTest extends core::Object {
|
| : super core::Object::•()
|
| ;
|
| static method alwaysTrue() → core::bool {
|
| - return 1.+(1).==(2);
|
| + return 1.{core::num::+}(1).{core::num::==}(2);
|
| }
|
| static method testMain() → dynamic {
|
| core::String a = "foo";
|
|
|