| Index: pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect
|
| index 33c7e1d9debbab1e1597d1ab165975a5e94e3994..8731130834bbd00026e31630e93f94ff2926e16b 100644
|
| --- a/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect
|
| @@ -15,8 +15,7 @@ class M1 extends core::Object {
|
| : super core::Object::•()
|
| ;
|
| }
|
| -class C extends self::A implements self::M1 {
|
| - field core::num v2 = 0;
|
| +class C = self::A with self::M1 {
|
| constructor •(core::bool v1, core::num v2) → void
|
| : super self::A::•(v1, v2)
|
| ;
|
|
|