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
Type '(cb: (item: A) => void) => void' is not assignable to type '(cb: (item: A, context: any) => void) => void'.
20
20
Types of parameters 'cb' and 'cb' are incompatible.
21
+
tests/cases/conformance/types/typeRelationships/assignmentCompatibility/covariantCallbacks.ts(69,5): error TS2322: Type 'AList4' is not assignable to type 'BList4'.
22
+
Types of property 'forEach' are incompatible.
23
+
Type '(cb: (item: A) => A) => void' is not assignable to type '(cb: (item: B) => B) => void'.
24
+
Types of parameters 'cb' and 'cb' are incompatible.
25
+
Types of parameters 'item' and 'item' are incompatible.
0 commit comments