org.jetbrains.jet.plugin.intentions -> org.jetbrains.kotlin.idea.intentions
Replaces a statement of the form a = a + b with a statement of the form a += b.