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