| Index: pkg/front_end/testcases/inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level.dart.strong.expect b/pkg/front_end/testcases/inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level.dart.strong.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..38609228610a92d84e9b2bc9c8a835270d041b70
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level.dart.strong.expect
|
| @@ -0,0 +1,10 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +static field () → core::String g = self::f;
|
| +static method f() → core::String
|
| + return null;
|
| +static method main() → dynamic {
|
| + self::f;
|
| +}
|
|
|