Issue 1974 - What's your opinion?

Dukc ajieskola at gmail.com
Thu Oct 24 11:48:31 UTC 2019


On Thursday, 24 October 2019 at 11:45:02 UTC, Dukc wrote:
> `void opAddAssign(int z) ref { _this.y += z; }` fails to 
> compile.

Meant `void opAddAssign(int z) ref { y += z; }`




More information about the Digitalmars-d mailing list