| 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 65e06dc5382636844ad01ee7f5ce8f3400068fff..0f87040e2830f0ef5a0031a7771f24309a3bf8b9 100644
|
| --- a/pkg/analyzer/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source.dart
|
| @@ -399,8 +399,8 @@ abstract class Source implements AnalysisTarget {
|
| /**
|
| * An empty list of sources.
|
| */
|
| - @deprecated
|
| - static const List<Source> EMPTY_ARRAY = const <Source>[];
|
| + @deprecated // Use Source.EMPTY_LIST
|
| + static const List<Source> EMPTY_ARRAY = EMPTY_LIST;
|
|
|
| /**
|
| * An empty list of sources.
|
|
|