[Issue 12818] ConditionalStatement grammar doesn't take into account the : case
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed May 28 19:23:47 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12818
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Walter Bright from comment #0)
> ConditionalStatement:
> Condition NoScopeNonEmptyStatement
> Condition NoScopeNonEmptyStatement else NoScopeNonEmptyStatement
This is an issue in the definition of ConditionalDeclaration.
And this is a dup of issue 12740.
*** This issue has been marked as a duplicate of issue 12740 ***
--
More information about the Digitalmars-d-bugs
mailing list