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