test/data/err_148.py:7:12 [FURB148]: Value is unused, use `for x in range(len(y))` instead
test/data/err_148.py:10:5 [FURB148]: Index is unused, use `for x in y` instead
test/data/err_148.py:13:23 [FURB148]: Value is unused, use `for x in range(len(y))` instead
test/data/err_148.py:14:14 [FURB148]: Index is unused, use `for x in y` instead
test/data/err_148.py:16:30 [FURB148]: Value is unused, use `for x in range(len(y))` instead
test/data/err_148.py:17:21 [FURB148]: Index is unused, use `for x in y` instead
test/data/err_148.py:19:12 [FURB148]: Index is unused, use `for x in y` instead
test/data/err_148.py:19:19 [FURB148]: Value is unused, use `for x in range(len(y))` instead
test/data/err_148.py:21:25 [FURB148]: Index is unused, use `for x in y` instead
test/data/err_148.py:21:32 [FURB148]: Value is unused, use `for x in range(len(y))` instead
test/data/err_148.py:26:23 [FURB148]: Value is unused, use `for x in range(len(y))` instead
