| Index: pkg/analyzer/lib/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
|
| index 122a0d296df7834b31ded89a14efa3e9f22b2766..2918d20e5eda586def91889c36e2ac135e61a594 100644
|
| --- a/pkg/analyzer/lib/task/dart.dart
|
| +++ b/pkg/analyzer/lib/task/dart.dart
|
| @@ -132,5 +132,5 @@ final ResultDescriptor<Token> TOKEN_STREAM =
|
| *
|
| * The result is only available for targets representing a Dart library.
|
| */
|
| -final ResultDescriptor<List<Source>> UNITS =
|
| - new ResultDescriptor<List<Source>>('UNITS', Source.EMPTY_ARRAY);
|
| +final ListResultDescriptor<Source> UNITS =
|
| + new ListResultDescriptor<Source>('UNITS', Source.EMPTY_ARRAY);
|
|
|