| Index: pkg/front_end/testcases/inference/this_reference.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/this_reference.dart.direct.expect b/pkg/front_end/testcases/inference/this_reference.dart.direct.expect
|
| index ea33b64a9a2e2908eb30e3c799912c848d5941ab..91e0f51a0ef0fe5f9e36db4ec986c969477d520f 100644
|
| --- a/pkg/front_end/testcases/inference/this_reference.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/inference/this_reference.dart.direct.expect
|
| @@ -3,7 +3,7 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class C<T extends core::Object> extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| method f() → void {
|
|
|