https://d.puremagic.com/issues/show_bug.cgi?id=8662
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rejects-valid |diagnostic CC| |[email protected] --- Comment #1 from yebblies <[email protected]> 2013-11-25 01:27:48 EST --- That code is invalid, the foreach is unrolled to the following and there cannot be a single label to jump to. void main() { // static foreach { Label: int y; } { Label: int y; } } The error message should be fixed to explain that. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
