| Index: pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect b/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
|
| index 3d84f9ca84a48614372e37878635b574724d8f4b..14ca21c5ee622a53c52df27f96d63f57a0ba7981 100644
|
| --- a/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/null_aware_property_get.dart.strong.expect
|
| @@ -4,7 +4,7 @@ import "dart:core" as core;
|
|
|
| class C extends core::Object {
|
| field core::int x = null;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|