| 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 3598b65bca06eccb203f11ea0dc52d5dcfe43690..6e3ee165b8d20603987829c936d7675ecaf4f5e7 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
|
| @@ -23,3 +23,5 @@ void bar() {
|
| /*info:DYNAMIC_INVOKE*/ list.map(
|
| /*@returnType=String*/ (/*@type=dynamic*/ value) => '${value}');
|
| }
|
| +
|
| +main() {}
|
|
|