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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Bright <[email protected]> ---
Unfortunately, the (i)*2 can be parsed as either a multiply of i*2 or a cast of
*2 to type i.

This can only be distinguished in the semantic phase when what i is is known.

--

Reply via email to