ulox icon indicating copy to clipboard operation
ulox copied to clipboard

Compound operators following a property

Open stevehalliwell opened this issue 3 years ago • 0 comments

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.

stevehalliwell avatar Aug 18 '21 20:08 stevehalliwell