Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertForEachToForLoopIntention/description.html
T

5 lines
115 B
HTML

<html>
<body>
This intention converts a call to the <b>forEach</b> function into a <b>for</b> loop.
</body>
</html>