Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(761)

Unified Diff: pkg/front_end/test/fasta/inference/closure_body_async_upwards_flatten_local.dart

Issue 2768533002: Fasta type inference prototype #2
Patch Set: Merge origin/master Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/test/fasta/inference/closure_body_async_upwards_flatten_local.dart
diff --git a/pkg/front_end/test/fasta/inference/closure_body_async_upwards_flatten_local.dart b/pkg/front_end/test/fasta/inference/closure_body_async_upwards_flatten_local.dart
new file mode 100644
index 0000000000000000000000000000000000000000..281a266caf096720c3ade39fe5aef17843099273
--- /dev/null
+++ b/pkg/front_end/test/fasta/inference/closure_body_async_upwards_flatten_local.dart
@@ -0,0 +1,6 @@
+import 'dart:async';
+
+main() {
+ Future<int> futureInt = null;
+ var x = () async => futureInt;
+}

Powered by Google App Engine
This is Rietveld 408576698