We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9abe32 commit 7c210d1Copy full SHA for 7c210d1
src/conversion/first.d
@@ -463,7 +463,6 @@ final class FirstPass : ASTVisitor
463
withStatement.statementNoCaseNoDefault.endLocation);
464
SemanticSymbol* symbol = allocateSemanticSymbol(WITH_SYMBOL_NAME,
465
CompletionKind.withSymbol, symbolFile, s.startLocation, null);
466
- symbol.acSymbol.qualifier = SymbolQualifier.withSymbol;
467
Log.trace("WithStatement bounds: ", s.startLocation, " ", s.endLocation);
468
s.parent = currentScope;
469
currentScope.children.insert(s);
0 commit comments