Chromium Code Reviews| Index: pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_map_dynamic.dart.direct.expect |
| diff --git a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_map_dynamic.dart.direct.expect b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_map_dynamic.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..92e6fc61b5728e7a5b5e71ea472f1e9d2d2854f9 |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_map_dynamic.dart.direct.expect |
| @@ -0,0 +1,9 @@ |
| +library test; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method main() → dynamic { |
| + dynamic v = <core::int, dynamic>{1: () → dynamic { |
| + return 1; |
| + }}; |
| +} |