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

5 lines
113 B
HTML

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