| Index: pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_typed.dart.direct.expect
 | 
| diff --git a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_typed.dart.direct.expect b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_typed.dart.direct.expect
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..98cc09d92249d65bcfbdbcedb262d58a0fa219c7
 | 
| --- /dev/null
 | 
| +++ b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_typed.dart.direct.expect
 | 
| @@ -0,0 +1,10 @@
 | 
| +library test;
 | 
| +import self as self;
 | 
| +import "dart:core" as core;
 | 
| +
 | 
| +typedef F = () → core::int;
 | 
| +static method main() → dynamic {
 | 
| +  dynamic v = <() → core::int>[() → dynamic {
 | 
| +    return 1;
 | 
| +  }];
 | 
| +}
 | 
| 
 |