KT-4820: Intention to remove an unused index variable from a for loop.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
for (x in foo) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
for ((i,x) in foo.withIndices()) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes the index variable from a for loop iterating over a collection.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user