Closed mmoll closed 5 years ago
Unary operators must be adjacent to variables but this was working incorrectly for arrays. For example [0]++ should be fine but this was raising a warning because of the array syntax causing the '++' to not be right next to the variable.
closes GH-145 closes GH-146
Rebased version of GH-145, @djoos, what do you think? :)
Thanks for your contribution @mmoll!
Unary operators must be adjacent to variables but this was working incorrectly for arrays. For example [0]++ should be fine but this was raising a warning because of the array syntax causing the '++' to not be right next to the variable.
closes GH-145 closes GH-146