| Index: pkg/analyzer/lib/task/model.dart
|
| diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart
|
| index 4c8fac51f72c5075580f54cf0bf07d7b135213f0..791f8327fba27085fc85918b229dfc5a7da0a596 100644
|
| --- a/pkg/analyzer/lib/task/model.dart
|
| +++ b/pkg/analyzer/lib/task/model.dart
|
| @@ -342,6 +342,13 @@ abstract class ListResultDescriptor<E> implements ResultDescriptor<List<E>> {
|
| */
|
| abstract class ListTaskInput<E> extends TaskInput<List<E>> {
|
| /**
|
| + * Return a task input that can be used to compute a flatten list whose
|
| + * elements are combined [subListResult]'s associated with those elements.
|
| + */
|
| + ListTaskInput /*<V>*/ toFlattenListOf(
|
| + ListResultDescriptor /*<V>*/ subListResult);
|
| +
|
| + /**
|
| * 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.
|
| */
|
|
|