Does this mean assigning to fields won't be an option anymore when using this?
E.g.:
class Foo
{
int x;
int y;
void changeXY(int x, int y)
{
this.x = x;
this.y = y;
}
}
On Sun, Sep 5, 2010 at 6:09 PM, JMRyan <[email protected]> wrote:
> Andrei Alexandrescu <[email protected]> wrote in
> news:[email protected]:
>>
>> For classes this must be an rvalue.
>>
>> Andrei
>
> I reported this as issue 4819.
>
