| Index: pkg/analyzer/lib/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
|
| index 644ab2466abcff73490a3a8a75f28698e98baa92..7bd0a3c0bb89507d347786fd1bbafb51bf67e7b1 100644
|
| --- a/pkg/analyzer/lib/task/dart.dart
|
| +++ b/pkg/analyzer/lib/task/dart.dart
|
| @@ -151,6 +151,9 @@ final ListResultDescriptor<Source> UNITS =
|
| * change if a single part is included in more than one library.
|
| */
|
| class LibrarySpecificUnit implements AnalysisTarget {
|
| + static const List<LibrarySpecificUnit> EMPTY_LIST =
|
| + const <LibrarySpecificUnit>[];
|
| +
|
| /**
|
| * The defining compilation unit of the library in which the [unit]
|
| * is analyzed.
|
|
|