https://issues.dlang.org/show_bug.cgi?id=22565
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from RazvanN <[email protected]> --- There is no such thing as an EmptyDeclaration in D. We do have empty statements, which are an entirely different thing. UDAs can be attached to declarations so it makes no sense to attach an UDA to a statement. Closing as invalid. --
