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

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

Issue 2768533002: Fasta type inference prototype #2
Patch Set: Rework atop 415c868589d02e98eb839f48150f4203d5cecdb0 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_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;
+}

Powered by Google App Engine
This is Rietveld 408576698