mirror of https://gitlab.com/basile.b/dexed.git
symbol list, support for listing module constructor/destructor
This commit is contained in:
parent
caff182330
commit
a68fe0e2f6
|
@ -355,7 +355,6 @@ class SymbolListBuilder : ASTVisitor
|
|||
namedVisitorImpl!(Declarator, SymbolType._variable, false)(elem);
|
||||
}
|
||||
|
||||
/* Disabled: line and column are not available
|
||||
final override void visit(const StaticConstructor decl)
|
||||
{
|
||||
otherVisitorImpl(SymbolType._function, "static this", decl.line, decl.column);
|
||||
|
@ -365,6 +364,5 @@ class SymbolListBuilder : ASTVisitor
|
|||
{
|
||||
otherVisitorImpl(SymbolType._function, "static ~this", decl.line, decl.column);
|
||||
}
|
||||
*/
|
||||
}
|
||||
//----
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 112539f15b1ece1bbdb8d05fc270d94f77f9fe6f
|
||||
Subproject commit b490677106450153a6b270a37369a40a40b34689
|
Loading…
Reference in New Issue