| Index: pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect b/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
|
| index b3165e59bb3dd27970d84984c39a6ff468d5c6f8..47f0fb0995540d3ac6e29be13dc4fbc3388925f5 100644
|
| --- a/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
|
| @@ -11,7 +11,7 @@ class Mixin<T extends core::Object> extends core::Object {
|
| : super core::Object::•()
|
| ;
|
| method foo() → dynamic
|
| - return this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("foo", <dynamic>[0, 1, 1].toList(growable: false), <dynamic>[this].toList(growable: false), true)).+(self::f());
|
| + return super.noSuchMethod(new core::_InvocationMirror::•("foo", <dynamic>[0, 1, 1].toList(growable: false), <dynamic>[this].toList(growable: false), true)).+(self::f());
|
| method g(self::Mixin::T a) → self::Mixin::T
|
| return null;
|
| method h() → dynamic
|
|
|