| Index: pkg/front_end/testcases/inference/instance_creation_downwards.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/instance_creation_downwards.dart.strong.expect b/pkg/front_end/testcases/inference/instance_creation_downwards.dart.strong.expect
|
| index 0d8d78f07b43317d4c9e14d10bed2703054c7bad..bdd35e6f75a1c8a3123e41461a84bd5abfd03298 100644
|
| --- a/pkg/front_end/testcases/inference/instance_creation_downwards.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/instance_creation_downwards.dart.strong.expect
|
| @@ -8,7 +8,7 @@ class A<T extends core::Object> extends core::Object {
|
| ;
|
| }
|
| class B<T extends core::Object> extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|