Simplifies assignments of the type a += b into the equivalent expression a = a + b
a += b
a = a + b
The expression to simplify
Simplifies assignments of the type
a += b
into the equivalent expressiona = a + b