| Index: pkg/front_end/testcases/inference/type_cast.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/type_cast.dart.direct.expect b/pkg/front_end/testcases/inference/type_cast.dart.direct.expect
|
| index f38f4286feff0c0525913bfd5c24a8a86adea98a..b0705b927c896d41f40e8cc2f22e4965601482da 100644
|
| --- a/pkg/front_end/testcases/inference/type_cast.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/inference/type_cast.dart.direct.expect
|
| @@ -3,12 +3,12 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class A<T extends core::Object> extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class B<T extends core::Object> extends self::A<self::B::T> {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::A::•()
|
| ;
|
| method foo() → dynamic {}
|
|
|