Chromium Code Reviews| Index: pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart.direct.expect |
| diff --git a/pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart.direct.expect b/pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fd26b5c5dc5deb8ffd7bb726fa6767adbc37eb87 |
| --- /dev/null |
| +++ b/pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart.direct.expect |
| @@ -0,0 +1,7 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method main() → dynamic { |
| + () → core::int x = () → core::Null => null; |
| +} |