Bug 11679 – user defined attributes not allowed for local auto declarations
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-12-03T20:21:00Z
Last change time
2014-03-09T18:07:39Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0 by k.hara.pg — 2013-12-03T20:21:41Z
Test case:
@uda auto global = 1; // OK
void main() { @uda auto local = 1; } // NG
test.d(2): Error: user defined attributes not allowed for auto declarations