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

6 lines
161 B
HTML

<html>
<body>
This inspection reports for-loops with manually incremented index variable that can be replaced with use of "withIndex()" function
</body>
</html>