| Index: pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.outline.expect b/pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.outline.expect
|
| index 18b6e6406d28e45ca19dc77189c2aa565768ce16..fb5172db488b9aba4eff035a7be1bafae0a67632 100644
|
| --- a/pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.outline.expect
|
| @@ -4,21 +4,21 @@ import "dart:core" as core;
|
|
|
| class Test1 extends core::Object {
|
| field core::int prop;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| static method test(self::Test1 t) → void
|
| ;
|
| }
|
| class Test2 extends core::Object {
|
| field core::num prop;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| static method test(self::Test2 t) → void
|
| ;
|
| }
|
| class Test3 extends core::Object {
|
| field core::double prop;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| static method test3(self::Test3 t) → void
|
| ;
|
|
|