http://d.puremagic.com/issues/show_bug.cgi?id=199


Nick Treleaven <[email protected]> changed:

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


--- Comment #15 from Nick Treleaven <[email protected]> 2013-05-29 
05:21:55 PDT ---
comment #1:
> Adding '{}' immediately after the label seems to be a viable workaround.

Or moving the label inside the block:

  {
    label:
    /* code */
  }

Walter Bright, comment #6:
> I don't want to change this because it could break existing code

We could deprecate having a BlockStatement after a label, with a message
suggesting to move the label within the block. That way no code gets broken.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to