| Index: pkg/analysis_server/lib/src/services/index/store/split_store.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/index/store/split_store.dart b/pkg/analysis_server/lib/src/services/index/store/split_store.dart
|
| index 17267cde02566e80f0eecafa9c5bbf8a4563d469..ab2f025b800b4b2ecb767709dda4d0f8514bc177 100644
|
| --- a/pkg/analysis_server/lib/src/services/index/store/split_store.dart
|
| +++ b/pkg/analysis_server/lib/src/services/index/store/split_store.dart
|
| @@ -792,7 +792,7 @@ class SplitIndexStore implements IndexStore {
|
| _currentNode.recordRelationship(element, relationship, location);
|
| }
|
|
|
| - void recordTopDeclaration(Element element) {
|
| + void recordTopLevelDeclaration(Element element) {
|
| // in current context
|
| Map<int, List<_TopElementData>> nodeDeclarations =
|
| _topDeclarations[_currentContextId];
|
|
|