Added inspection based on RemoveForLoopIndicesIntention
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user