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

--- Comment #5 from Rainer Schuetze <[email protected]> ---
Thanks for analyzing. I wouldn't be too concerned about possible breakage with
a fix, because it's a regression (and a very recent if you compiled the code
with -d).

It seems adding the implicit scope block in the parser is too early, as it
doesn't know about mixins. OTOH it could be clarified in the spec that 'case'
in mixins do not share the scope with trailing code.

--

Reply via email to