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

7 lines
84 B
Python

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