| Index: pkg/front_end/testcases/inference/this_reference.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/this_reference.dart.strong.expect b/pkg/front_end/testcases/inference/this_reference.dart.strong.expect
|
| index c37b422366f6a695619a7346fd0da7a50408b9f8..02ba572e5c35d851fb787ffde7a3b707cb0a50c7 100644
|
| --- a/pkg/front_end/testcases/inference/this_reference.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/this_reference.dart.strong.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 {
|
|
|