mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
In particular, this fixes several tests where we had cases like: class B(Generic[V]): ... class C(B[Tuple[T, T]], Generic[T]): ... for built-in collections list, typing.List, typing.MutableSequence, typing.Sequence, and others.