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

Walter Bright <[email protected]> changed:

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

--- Comment #3 from Walter Bright <[email protected]> ---
If

    mixin("case 0:");

is replaced with:

    { case 0: }

it also fails in the same way.

--

Reply via email to