Files
openide/python/psi-api
Andrey Vlasovskikh 6750884384 Fix unifying complex generics for hierarchies of generic classes
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.
2017-02-07 23:44:18 +03:00
..