| Index: pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/index/index_contributor.dart b/pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| index d9de19dce9240a5eaf000e4a155c9923c62e4166..d2ac8a73b8a1e428394113ba4180997c7e101966 100644
|
| --- a/pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/index/index_contributor.dart
|
| @@ -744,7 +744,7 @@ class _IndexContributor extends GeneralizingAstVisitor {
|
| void _recordTopLevelElementDefinition(Element element) {
|
| Location location = createLocation(element);
|
| recordRelationship(_libraryElement, IndexConstants.DEFINES, location);
|
| - _store.recordTopDeclaration(element);
|
| + _store.recordTopLevelDeclaration(element);
|
| }
|
|
|
| /**
|
|
|