| Index: pkg/analyzer/lib/src/generated/resolver.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/resolver.dart b/pkg/analyzer/lib/src/generated/resolver.dart
|
| index 1ca9d3b0047fca7278ee141244164d68cb56a8cf..0f442668f4e6e726369fc344747fb13acbf21d21 100644
|
| --- a/pkg/analyzer/lib/src/generated/resolver.dart
|
| +++ b/pkg/analyzer/lib/src/generated/resolver.dart
|
| @@ -7365,9 +7365,9 @@ class Library {
|
| LibraryScope _libraryScope;
|
|
|
| /**
|
| - * An empty array that can be used to initialize lists of libraries.
|
| + * An empty list that can be used to initialize lists of libraries.
|
| */
|
| - static List<Library> _EMPTY_ARRAY = new List<Library>(0);
|
| + static const List<Library> _EMPTY_ARRAY = const <Library>[];
|
|
|
| /**
|
| * The prefix of a URI using the dart-ext scheme to reference a native code library.
|
|
|