Files
codeql/python/ql/test/library-tests/PEP695/test.py
2023-11-06 13:50:55 +00:00

6 lines
113 B
Python

type T[T1, T2: E1, *T3, **T4] = T5
def f[T6, T7: E2, *T8, **T9](): ...
class C[T10, T11: E3, *T12, **T13]: ...