Add proper symbol qualifier to function symbols
This commit is contained in:
parent
5244f81367
commit
09f4e7e932
|
@ -131,6 +131,7 @@ final class FirstPass : ASTVisitor
|
|||
scope (exit) popSymbol();
|
||||
currentSymbol.acSymbol.protection = protection.current;
|
||||
currentSymbol.acSymbol.doc = makeDocumentation(dec.comment);
|
||||
currentSymbol.acSymbol.qualifier = SymbolQualifier.func;
|
||||
|
||||
istring lastComment = this.lastComment;
|
||||
this.lastComment = istring.init;
|
||||
|
|
Loading…
Reference in New Issue