| Index: pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart.outline.expect b/pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a2273ac76572129b2da864540b33eda492e46fdb
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference_new/infer_assign_to_property_custom.dart.outline.expect
|
| @@ -0,0 +1,23 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class A extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| + operator +(dynamic other) → core::int
|
| + ;
|
| + operator -(dynamic other) → core::double
|
| + ;
|
| +}
|
| +class B extends core::Object {
|
| + field self::A a;
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +static field dynamic v_prefix_pp;
|
| +static field dynamic v_prefix_mm;
|
| +static field dynamic v_postfix_pp;
|
| +static field dynamic v_postfix_mm;
|
| +static method main() → dynamic
|
| + ;
|
|
|