mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
7 lines
78 B
Python
7 lines
78 B
Python
|
|
#
|
|
def test():
|
|
for t in [TypeA, TypeB]:
|
|
x = t
|
|
run_test(x)
|