https://issues.dlang.org/show_bug.cgi?id=19060

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |bugzi...@digitalmars.com
         Resolution|---                         |INVALID

--- Comment #10 from Walter Bright <bugzi...@digitalmars.com> ---
(In reply to ag0aep6g from comment #9)
> Because `alias yoyo = other.x;` is the same as `alias yoyo = this.x;`. They
> both mean `alias yoyo = S.x;`. An alias can't refer to a field of a specific
> instance.

I believe that sums up this issue, and I'll mark it as invalid.

--

Reply via email to