| Index: pkg/front_end/testcases/inference/try_catch_promotion.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/try_catch_promotion.dart.strong.expect b/pkg/front_end/testcases/inference/try_catch_promotion.dart.strong.expect
|
| index 3fb67e6d5434fe8f8de37e335812fd03849d9d0a..3af5e526639c678a653fa5ad66a2c91dce4926e5 100644
|
| --- a/pkg/front_end/testcases/inference/try_catch_promotion.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/try_catch_promotion.dart.strong.expect
|
| @@ -3,17 +3,17 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class C extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class D extends self::C {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::C::•()
|
| ;
|
| }
|
| class E extends core::StackTrace {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::StackTrace::•()
|
| ;
|
| }
|
|
|