| Index: pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_untyped.dart
|
| diff --git a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_untyped.dart b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_untyped.dart
|
| index 383e51d11b21ba297e124cc32496a02c9d13b2af..1c4d50d94c2ebb4523b5de07c41d045754166925 100644
|
| --- a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_untyped.dart
|
| +++ b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_list_untyped.dart
|
| @@ -6,7 +6,7 @@
|
| library test;
|
|
|
| main() {
|
| - var /*@type=List<() → int>*/ v = /*@typeArgs=() → int*/ [
|
| + var /*@type=List<() -> int>*/ v = /*@typeArgs=() -> int*/ [
|
| /*@returnType=int*/ () {
|
| return 1;
|
| }
|
|
|