}
}
protected static ASTNode getStartingNodeForNameLookup(int offset, Module module) {
ASTNodeFinderExtension nodeFinder = new ASTNodeFinderExtension(module, offset, true);
ASTNode node = nodeFinder.match;
if(nodeFinder.matchOnLeft instanceof NamedReference) {
NamedReference reference = (NamedReference) nodeFinder.matchOnLeft;
if(reference.isMissingCoreReference()) {
node = nodeFinder.matchOnLeft;