Chromium Code Reviews| Index: pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart |
| diff --git a/pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart b/pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c6a3f80198cc4eaf76e8d5e24811524da75cda4d |
| --- /dev/null |
| +++ b/pkg/front_end/test/fasta/inference/closure_body_downwards_local.dart |
| @@ -0,0 +1,5 @@ |
| +typedef int F(); |
| + |
| +main() { |
| + F x = () => null; |
| +} |