[Issue 2716] New: Confusion of auto and scope as the class attribute
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 7 23:35:06 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2716
Summary: Confusion of auto and scope as the class attribute
Product: D
Version: unspecified
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: rayerd.wiz at gmail.com
auto class B {}
void main()
{
B x;
}
a.d(4): variable a.main.x reference to scope class must be scope
--
More information about the Digitalmars-d-bugs
mailing list