| Index: pkg/analysis_server/lib/src/services/index/index.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/index/index.dart b/pkg/analysis_server/lib/src/services/index/index.dart
|
| index 4582ac869ecd7d7c50989ebfc708f8fcdcb8a7fb..00bfeabfcf7dc1f47744434f482d4cad479e8e63 100644
|
| --- a/pkg/analysis_server/lib/src/services/index/index.dart
|
| +++ b/pkg/analysis_server/lib/src/services/index/index.dart
|
| @@ -224,7 +224,7 @@ class LocationImpl {
|
| /**
|
| * An empty array of locations.
|
| */
|
| - static const List<LocationImpl> EMPTY_ARRAY = const <LocationImpl>[];
|
| + static const List<LocationImpl> EMPTY_LIST = const <LocationImpl>[];
|
|
|
| /**
|
| * The element containing this location.
|
|
|