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


yebblies <yebbl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebbl...@gmail.com


--- Comment #3 from yebblies <yebbl...@gmail.com> 2013-11-23 01:35:37 EST ---
(In reply to comment #2)
> To make sure Issue 10253 is implementable, I'd still like the following to 
> work
> (which currently does):
> 
> -----
> enum E
> {
>     A,
>     B
> }
> 
> struct S
> {
>     E e;
>     alias e this;
> }
> 
> auto x = S.A;  // equivalent to S.e.A, or E.A
> -----

I don't think we can have both.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to