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

RazvanN <razvan.nitu1...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1...@gmail.com

--- Comment #23 from RazvanN <razvan.nitu1...@gmail.com> ---
Andrei recently made a PR to the spec to clarify the definition of
rvalues/lvalues, the result of which can be seen here [1]. It clearly states:

"Definition ("Lvalue"): [...]

a variable or the result of the DotIdentifier grammatical construct . (left
side may be missing) when the rightmost side of the dot is a variable, field
(direct or static), function name, or invocation of a function that returns by
reference;"

Acoording to these rules, this bug report is invalid.

[1] https://dlang.org/spec/expression.html

--

Reply via email to