https://issues.dlang.org/show_bug.cgi?id=22565
Stanislav Blinov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|INVALID |--- --- Comment #2 from Stanislav Blinov <[email protected]> --- (In reply to RazvanN from comment #1) > There is no such thing as an EmptyDeclaration in D. Spec says there is: https://dlang.org/spec/grammar.html https://dlang.org/spec/grammar.html#EmptyDeclaration DeclDef -> AttributeSpecifier -> Attribute DeclarationBlock -> AtAttribute DeclDef -> AtAttribute EmptyDeclaration --
