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