| Index: pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| index 7b39f1eec3b5e849e3a6310af62055c12bcf2fc8..4f8e78b3487801e2972efaa11bcff048c96fb963 100644
|
| --- a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| @@ -5,12 +5,12 @@ import "dart:core" as core;
|
| class A<T extends core::Object> extends core::Object {
|
| final field self::A::T x = null;
|
| final field self::A::T w = null;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class B extends core::Object implements self::A<core::int> {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| get x() → core::int
|
|
|