| Index: pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect b/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect
|
| index ad2d10c2ec94b03c62c575ab9bc9a04dc27892aa..42dbe225a87e9334c3b02e2760937e779c67e767 100644
|
| --- a/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/runtime_checks/call_through_this.dart.direct.expect
|
| @@ -29,7 +29,7 @@ class E extends self::C<core::num> {
|
| default constructor •() → void
|
| : super self::C::•()
|
| ;
|
| - method f(core::int x) → void {}
|
| + method f(covariant core::int x) → void {}
|
| }
|
| static method test() → dynamic {
|
| dynamic x = new self::D::•().g4() as (core::Object) → dynamic;
|
|
|