KT-4820: Intention to remove an unused index variable from a for loop.

This commit is contained in:
Ross Hanson
2014-04-21 09:31:28 -04:00
parent 97010c7d7f
commit 35c5a62b11
15 changed files with 174 additions and 2 deletions
@@ -0,0 +1,3 @@
for ((i,x) in foo.withIndices()) {
}