| Index: pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
|
| index d1530e88387422f3095eafd18bb8e8718ad26618..031b52afce88083790f9e1490eaa18348665aac4 100644
|
| --- a/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
|
| @@ -25,12 +25,12 @@ class A<N extends core::Object, S extends core::Object, U extends core::Object>
|
| set setter(self::A::S s) → void {}
|
| }
|
| abstract class J<Aa extends core::Object, B extends core::Object> extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| abstract class I<H extends core::Object, C extends core::Object, K extends core::Object> extends self::J<self::I::C, self::I::K> {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::J::•()
|
| ;
|
| }
|
|
|