You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore generic arguments for mocked and unsupported generic classes
Given
- a class extending/implementing a generic class/interface,
- a generic pointer type,
if the struct symbol for the superclass/interface/pointer subtype is
either incomplete (mocked) or is not generic (e.g. because its signature
has an unsupported form) ignore the generic arguments.
0 commit comments