| 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 da294876b8fb5e5dce5cae2f8abc1ac86d66e231..171af92bfd94fff02fc1f76f4ec003d0039ececc 100644
|
| --- a/pkg/analyzer/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source.dart
|
| @@ -364,9 +364,9 @@ class NonExistingSource implements Source {
|
| */
|
| abstract class Source {
|
| /**
|
| - * An empty array of sources.
|
| + * An empty list of sources.
|
| */
|
| - static final List<Source> EMPTY_ARRAY = new List<Source>(0);
|
| + static const List<Source> EMPTY_ARRAY = const <Source>[];
|
|
|
| /**
|
| * Return `true` if the given object is a source that represents the same source code as
|
|
|