Files
codeql/python/ql/src/Variables/SuspiciousUnusedLoopIterationVariableFixed.py
2018-11-19 15:10:42 +00:00

7 lines
78 B
Python

#
def test():
for t in [TypeA, TypeB]:
x = t
run_test(x)