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

ag0aep6g <[email protected]> changed:

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

--- Comment #1 from ag0aep6g <[email protected]> ---
Noteworthy:

const AliasSeq!(int, int) b;
pragma(msg, typeof(b)); /* (const(int), const(int)) */

--

Reply via email to