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

Ketmar Dark <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Ketmar Dark <[email protected]> ---
dunno, i can't see any reason to duplicate `enum` with `alias`.

`alias` meant for aliasing *identifiers*, not literals. i.e.

  enum a = 42;
  alias b = a;

is working.

--

Reply via email to