[Issue 11679] New: user defined attributes not allowed for local auto declarations
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 3 20:21:43 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11679
Summary: user defined attributes not allowed for local auto
declarations
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: k.hara.pg at gmail.com
--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2013-12-03 20:21:41 PST ---
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
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list