[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 13 02:02:12 PDT 2015


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

--- Comment #1 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Oh, did it work? AFAIK, D grammar never allowed to parse (new A.B) as (new
A).B, that would require semantic analysis before parsing.

--


More information about the Digitalmars-d-bugs mailing list