org.jetbrains.jet.plugin.intentions -> org.jetbrains.kotlin.idea.intentions
Replaces an expression of form x.forEach { … } with for (a in x) { … }.