| Index: pkg/front_end/testcases/inference/super_property_get.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/super_property_get.dart.direct.expect b/pkg/front_end/testcases/inference/super_property_get.dart.direct.expect
|
| index d9832d7e730e023858cbf2dbd722570355e5ac5d..68ec3ab94acb34c914a30d6fdde3e0ba5871883c 100644
|
| --- a/pkg/front_end/testcases/inference/super_property_get.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/inference/super_property_get.dart.direct.expect
|
| @@ -4,12 +4,12 @@ import "dart:core" as core;
|
|
|
| class C extends core::Object {
|
| field dynamic x = 0;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class D extends self::C {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::C::•()
|
| ;
|
| method g() → void {
|
|
|