Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertForEachToForLoopIntention/description.html
T
2015-04-16 22:00:54 +03:00

5 lines
103 B
HTML

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