CaseStatement specification issue

Sergey Kozyr via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 20 05:53:34 PDT 2014


One more thing in specification. "AutoDeclarationX" rule 
(http://dlang.org/declaration.html#AutoDeclarationX) seems broken.

> AutoDeclarationX:
>     Identifier = TemplateParameters Initializer
>     AutoDeclarationX , Identifier TemplateParameters = 
> Initializer

In second line equal sign is between "Identifier" and 
"TemplateParameters". While in third line equal sign is between 
"TemplateParameters" and "Initializer". I think second line 
contains error.

Do you want me to create a bug at issues.dlang.org?


More information about the Digitalmars-d mailing list