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
Yeah, right now we're a little too strict with the assignment compatibility rules for a keyof T where T is a type parameter. We should allow some type S to be assignable to keyof T if S is assignable to keyof C where C is the constraint of T. Shouldn't be too hard to fix.
Neither of the following examples work:
Inherited get & set methods from a root object:
Free-standing get & set functions:
The text was updated successfully, but these errors were encountered: