[Issue 199] (D1 only) Label causes scope to collapse into parent

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 29 01:20:53 PDT 2014


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

--- Comment #40 from monarchdodra at gmail.com ---
The docs over at:
http://dlang.org/statement.html

Still say:
LabeledStatement:
    Identifier :
    Identifier : NoScopeStatement
    Identifier : Statement

I believe this should be s/NoScopeStatement/ScopeBlockStatement/ ?

--


More information about the Digitalmars-d-bugs mailing list