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