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