mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Fix visiting of declaration blocks
This commit is contained in:
parent
00768c371a
commit
d7498ffb7f
1 changed files with 2 additions and 1 deletions
|
@ -942,7 +942,8 @@ public:
|
|||
templateDeclaration, constructor,
|
||||
destructor, staticConstructor, staticDestructor,
|
||||
sharedStaticDestructor, sharedStaticConstructor,
|
||||
conditionalDeclaration, pragmaDeclaration, versionSpecification));
|
||||
conditionalDeclaration, pragmaDeclaration, versionSpecification,
|
||||
declarations));
|
||||
}
|
||||
|
||||
/** */ Attribute[] attributes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue