| 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 024195d644e19e33c24f3eae721a3d187c958fa2..b3165e59bb3dd27970d84984c39a6ff468d5c6f8 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>[1, 1].toList(growable: false), <dynamic>[this].toList(growable: false), true)).+(self::f()); | 
| +    return this.{=core::Object::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 | 
|  |