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