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
Error:(15, 9) TS2322: Type 'this' is not assignable to type 'Class1<Interface1>'.
Type 'Class1<T>' is not assignable to type 'Class1<Interface1>'.
Type 'Interface1' is not assignable to type 'T'.
Playground Link:
Need to enable strictFunctionTypes in Options Playground
TypeScript Version: 2.8.1, 2.9.0-dev.20180516
Search Terms: Conditional Types, generics
Code
strictFunctionTypes: true
Expected behavior:
No error
Actual behavior:
Playground Link:
Need to enable strictFunctionTypes in Options
Playground
Related Issues: