Files
kotlin-fork/idea/resources/inspectionDescriptions/RemoveForLoopIndices.html
T
2015-07-21 14:59:22 +03:00

6 lines
178 B
HTML

<html>
<body>
This inspection reports for loops iterating over a collection of values using "withIndex()" function with index variable not used in the loop body.
</body>
</html>