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