mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 14:20:03 +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,
|
templateDeclaration, constructor,
|
||||||
destructor, staticConstructor, staticDestructor,
|
destructor, staticConstructor, staticDestructor,
|
||||||
sharedStaticDestructor, sharedStaticConstructor,
|
sharedStaticDestructor, sharedStaticConstructor,
|
||||||
conditionalDeclaration, pragmaDeclaration, versionSpecification));
|
conditionalDeclaration, pragmaDeclaration, versionSpecification,
|
||||||
|
declarations));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** */ Attribute[] attributes;
|
/** */ Attribute[] attributes;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue