| Index: pkg/analyzer/lib/src/generated/source.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart
|
| index d0b5dde97b328c607d069a7c6678fd72c7f09081..65e06dc5382636844ad01ee7f5ce8f3400068fff 100644
|
| --- a/pkg/analyzer/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source.dart
|
| @@ -399,9 +399,15 @@ abstract class Source implements AnalysisTarget {
|
| /**
|
| * An empty list of sources.
|
| */
|
| + @deprecated
|
| static const List<Source> EMPTY_ARRAY = const <Source>[];
|
|
|
| /**
|
| + * An empty list of sources.
|
| + */
|
| + static const List<Source> EMPTY_LIST = const <Source>[];
|
| +
|
| + /**
|
| * Get the contents and timestamp of this source.
|
| *
|
| * Clients should consider using the the method [AnalysisContext.getContents]
|
|
|