[Issue 9930] enum members should be hidden in an enum instance

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 23 19:15:13 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=9930



--- Comment #7 from yebblies <yebblies at gmail.com> 2013-11-24 14:15:07 EST ---
(In reply to comment #6)
> natural

enum I { a, b, d, e, g, k, m, n, o, s, t, u };

void main()
{
    auto x = I.t.s.a.b.u.g.a.n.d.m.a.k.e.s.n.o.s.e.n.s.e;
}

-- 
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