Index: pkg/front_end/test/fasta/inference/closure_body_parameter_reference_local.dart.direct.expect |
diff --git a/pkg/front_end/test/fasta/inference/closure_body_parameter_reference_local.dart.direct.expect b/pkg/front_end/test/fasta/inference/closure_body_parameter_reference_local.dart.direct.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c0c85806ef0e897ca8469762ae30d3ed9ca36257 |
--- /dev/null |
+++ b/pkg/front_end/test/fasta/inference/closure_body_parameter_reference_local.dart.direct.expect |
@@ -0,0 +1,7 @@ |
+library; |
+import self as self; |
+import "dart:core" as core; |
+ |
+static method main() → dynamic { |
+ (core::int) → core::int x = (core::int y) → core::int => y; |
+} |