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

6 lines
160 B
HTML

<html>
<body>
This intention replaces a manually incremented index variable in a <b>for</b> loop with the use of a <b>withIndex()</b> function.
</body>
</html>