mirror of
https://github.com/github/codeql.git
synced 2026-01-16 16:04:45 +01:00
7 lines
78 B
Python
7 lines
78 B
Python
|
|
#
|
|
def test():
|
|
for t in [TypeA, TypeB]:
|
|
x = t
|
|
run_test(x)
|