Derp
This commit is contained in:
parent
d9abe32f6c
commit
7c210d1237
|
|
@ -463,7 +463,6 @@ final class FirstPass : ASTVisitor
|
||||||
withStatement.statementNoCaseNoDefault.endLocation);
|
withStatement.statementNoCaseNoDefault.endLocation);
|
||||||
SemanticSymbol* symbol = allocateSemanticSymbol(WITH_SYMBOL_NAME,
|
SemanticSymbol* symbol = allocateSemanticSymbol(WITH_SYMBOL_NAME,
|
||||||
CompletionKind.withSymbol, symbolFile, s.startLocation, null);
|
CompletionKind.withSymbol, symbolFile, s.startLocation, null);
|
||||||
symbol.acSymbol.qualifier = SymbolQualifier.withSymbol;
|
|
||||||
Log.trace("WithStatement bounds: ", s.startLocation, " ", s.endLocation);
|
Log.trace("WithStatement bounds: ", s.startLocation, " ", s.endLocation);
|
||||||
s.parent = currentScope;
|
s.parent = currentScope;
|
||||||
currentScope.children.insert(s);
|
currentScope.children.insert(s);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue