| Index: pkg/front_end/testcases/inference/infer_field_override_with_substitution.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_field_override_with_substitution.dart.direct.expect b/pkg/front_end/testcases/inference/infer_field_override_with_substitution.dart.direct.expect
|
| index b2139ce22b509124e05f879beb49241bcafc56ec..cdb209c44cf9625284067b424dcc5750d6d9ba60 100644
|
| --- a/pkg/front_end/testcases/inference/infer_field_override_with_substitution.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_field_override_with_substitution.dart.direct.expect
|
| @@ -4,7 +4,7 @@ import "dart:core" as core;
|
|
|
| abstract class A<T extends core::Object> extends core::Object {
|
| field core::List<self::A::T> z = null;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| abstract get x() → core::List<self::A::T>;
|
| @@ -14,7 +14,7 @@ class B extends self::A<core::int> {
|
| field dynamic x = null;
|
| field dynamic y = null;
|
| field dynamic z = null;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::A::•()
|
| ;
|
| }
|
|
|