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
Expected: TypeParameter 'T extends privateClass' of constructor signature from exported interface has or is using private type 'privateClass'.
Actual: nothing
2 general classes of errors that went missing:
TypeParameter '' of <call signature | construct signature | <public?> <static?> method> from exported <class | interface> has or is using private type ''
TypeParameter '' of exported <class | interface> has or is using private type ''
The text was updated successfully, but these errors were encountered:
Affected Branch: Affected Build: Affected Product Language: Steps to reproduce:
Expected: TypeParameter 'T extends privateClass' of constructor signature from exported interface has or is using private type 'privateClass'.
Actual: nothing
2 general classes of errors that went missing:
TypeParameter '' of <call signature | construct signature | <public?> <static?> method> from exported <class | interface> has or is using private type ''
TypeParameter '' of exported <class | interface> has or is using private type ''
The text was updated successfully, but these errors were encountered: