| Index: pkg/analyzer/lib/task/model.dart
|
| diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart
|
| index 48e616dd55622fc58d39ab743307e75847badfe5..a473e33bfe9b135db61636018ba8db109782de41 100644
|
| --- a/pkg/analyzer/lib/task/model.dart
|
| +++ b/pkg/analyzer/lib/task/model.dart
|
| @@ -247,6 +247,11 @@ abstract class ResultDescriptor<V> {
|
| V get defaultValue;
|
|
|
| /**
|
| + * Return the name of this descriptor.
|
| + */
|
| + String get name;
|
| +
|
| + /**
|
| * Return a task input that can be used to compute this result for the given
|
| * [target].
|
| */
|
|
|