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