Thread overview
[Issue 7623] Allow aliasing of symbols of an aliased subtype
Jul 07, 2017
Vladimir Panteleev
Nov 03, 2019
Basile-z
Nov 30, 2019
RazvanN
Mar 21, 2020
Basile-z
July 07, 2017
https://issues.dlang.org/show_bug.cgi?id=7623

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Pretty sure this can't work for the same reason `alias foo.isOne isTwo` doesn't work - you can't alias an expression.

--
November 03, 2019
https://issues.dlang.org/show_bug.cgi?id=7623

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
`alias foo.isOne isTwo` actually works but this is a bug since it's a DotIdentifier expression.

--
November 30, 2019
https://issues.dlang.org/show_bug.cgi?id=7623

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |INVALID

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
Closing this as invalid.

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=7623

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--