| Index: pkg/analysis_server/lib/src/services/index/store/codec.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/index/store/codec.dart b/pkg/analysis_server/lib/src/services/index/store/codec.dart
|
| index 8f6a2ed0ae4d4850804c115b15314fb9dbcf6257..ef36535b54c3d62b686b4262f64975e635fd1bd1 100644
|
| --- a/pkg/analysis_server/lib/src/services/index/store/codec.dart
|
| +++ b/pkg/analysis_server/lib/src/services/index/store/codec.dart
|
| @@ -93,8 +93,7 @@ class ElementCodec {
|
| List<int> path = _indexToPath[index];
|
| List<String> components = _getLocationComponents(path);
|
| ElementLocation location = new ElementLocationImpl.con3(components);
|
| - Element element = context.getElement(location);
|
| - return element;
|
| + return context.getElement(location);
|
| }
|
|
|
| /**
|
|
|