org.jetbrains.jet.plugin.intentions -> org.jetbrains.kotlin.idea.intentions
This takes an expression of the form a += b and converts it to an expression form a = a + b.