| Index: pkg/front_end/testcases/inference/property_set_bad_setter.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/property_set_bad_setter.dart.outline.expect b/pkg/front_end/testcases/inference/property_set_bad_setter.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b20f4fc0748c67314f90d2e2ae582c1d2e09d425
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/property_set_bad_setter.dart.outline.expect
|
| @@ -0,0 +1,14 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class A extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| + set x() → void
|
| + ;
|
| +}
|
| +static method f(self::A a) → void
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|