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

Basile-z <[email protected]> changed:

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

--- Comment #3 from Basile-z <[email protected]> ---
switch (a)
    static foreach (c, list)
         case c: mixin(gencodefor!c);

--

Reply via email to