| Index: pkg/front_end/testcases/inference/try_catch_finally.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/try_catch_finally.dart.strong.expect b/pkg/front_end/testcases/inference/try_catch_finally.dart.strong.expect
|
| index c586d83d5c080c74894f320cd6451f9809f83ddf..ace40f82e180f58bc2f3ab3fda87b4aa10fcd106 100644
|
| --- a/pkg/front_end/testcases/inference/try_catch_finally.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/try_catch_finally.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 core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class E extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|