[Issue 9815] Error on using `tupleof` with field access expression in parantheses

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 23 03:46:21 UTC 2019


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

--- Comment #3 from Basile-z <b2.temp at gmx.com> ---
It's the same problem with parens, whatever is the DotVarExp/DorIdExp, they are
solved at the same place and the parens cause the same issue. So this Happens
when Id == Id.tupleof, Id == Id.stringof, Id.length etc. All of them.

--


More information about the Digitalmars-d-bugs mailing list