| Index: pkg/front_end/testcases/inference/lambda_does_not_have_propagated_type_hint.dart
|
| diff --git a/pkg/front_end/testcases/inference/lambda_does_not_have_propagated_type_hint.dart b/pkg/front_end/testcases/inference/lambda_does_not_have_propagated_type_hint.dart
|
| index c6b98e79d70940923cccf05c3141c43547340182..87e93516151d0b7a0c3434bc6af62ff9f0e6d5bf 100644
|
| --- a/pkg/front_end/testcases/inference/lambda_does_not_have_propagated_type_hint.dart
|
| +++ b/pkg/front_end/testcases/inference/lambda_does_not_have_propagated_type_hint.dart
|
| @@ -9,7 +9,7 @@ List<String> getListOfString() => const <String>[];
|
|
|
| void foo() {
|
| List myList = getListOfString();
|
| - /*@promotedType=none*/ myList. /*@typeArgs=int*/ map(
|
| + /*@promotedType=none*/ myList. /*@typeArgs=int*/ /*@target=List::map*/ map(
|
| /*@returnType=int*/ (/*@type=dynamic*/ type) => 42);
|
| }
|
|
|
|
|