Files
kotlin-fork/idea/resources/intentionDescriptions/UseWithIndexIntention/description.html
T
2016-08-16 17:38:13 +03:00

6 lines
140 B
HTML

<html>
<body>
This intention replaces manually incremented index variable for a for-loop with use of "withIndex()" function
</body>
</html>