| Index: pkg/analyzer/lib/task/model.dart
|
| diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart
|
| index 8144f17ee1e130b21c5c7abf9dc405018a05826c..b80cca2fab431922aee0896b0f966d6da7f9d536 100644
|
| --- a/pkg/analyzer/lib/task/model.dart
|
| +++ b/pkg/analyzer/lib/task/model.dart
|
| @@ -381,7 +381,7 @@ abstract class ListTaskInput<E> implements TaskInput<List<E>> {
|
| * Return a task input that can be used to compute a list whose elements are
|
| * the result of passing the elements of this input to the [mapper] function.
|
| */
|
| - ListTaskInput/*<V>*/ toList/*<V>*/(UnaryFunction<E, dynamic/*<=V>*/ > mapper);
|
| + ListTaskInput/*<V>*/ toList/*<V>*/(UnaryFunction<E, dynamic/*=V*/ > mapper);
|
|
|
| /**
|
| * Return a task input that can be used to compute a list whose elements are
|
|
|