| Index: pkg/front_end/testcases/inference/constructors_downwards_with_constraint.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/constructors_downwards_with_constraint.dart.strong.expect b/pkg/front_end/testcases/inference/constructors_downwards_with_constraint.dart.strong.expect
|
| index de1f229f21b7aa720cf907197993caafe59d82ce..4aaebacda34da62b95a83cf8ab18979416d43d29 100644
|
| --- a/pkg/front_end/testcases/inference/constructors_downwards_with_constraint.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/constructors_downwards_with_constraint.dart.strong.expect
|
| @@ -3,17 +3,17 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class B extends self::A {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::A::•()
|
| ;
|
| }
|
| class Foo<T extends self::A> extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|