| Index: pkg/front_end/testcases/inference/property_set_bad_setter.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/property_set_bad_setter.dart.strong.expect b/pkg/front_end/testcases/inference/property_set_bad_setter.dart.strong.expect
|
| index 29476ce2487c89df0928bd2347c9b4666712159b..b3aef0656500a961a6b526869507d76e09a8f139 100644
|
| --- a/pkg/front_end/testcases/inference/property_set_bad_setter.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/property_set_bad_setter.dart.strong.expect
|
| @@ -3,7 +3,7 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| set x() → void {}
|
|
|