This inspection checks whether expression of range clause is redundant and can be deleted

For example following for statements can be simplified.


for _ = range v

for _, _ = range v

for a, _ = range v