ulox
ulox copied to clipboard
Compound operators following a property
We have i += 1;
but obj.a += 1;
fails to compile as following the compiler does not expect to have to handle compounds following a dot.
Ideally chained dots, as long as you like, would resolve as expected.