dbb28c571b
Replaces an expression of form x.forEach { … } with for (a in x) { … }.
5 lines
119 B
HTML
5 lines
119 B
HTML
<html>
|
|
<body>
|
|
This intention converts a call to the "forEach" function into a for each loop expression.
|
|
</body>
|
|
</html> |