Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix postfix operator line terminator parsing (#2520)
Postfix increment / decrement operators require that there is no line terminator between the LHS expression and the operator. This was previously ignored.
- Loading branch information