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
Sorry about the title. Can't think of a good way to describe the issue. Feel free to modify it.
Here is the issue:
classFoo{do(){}}classBooextendsFoo{publicx: number}functionfoo(f: Foo){returnf}constboo=newBoo()// Argument of type '{ x: number; }' is not assignable to parameter of type 'Foo'.// Object literal may only specify known properties, and 'x' does not exist in type 'Foo'.foo({ ...boo})
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
Sorry about the title. Can't think of a good way to describe the issue. Feel free to modify it.
Here is the issue:
playground link
The text was updated successfully, but these errors were encountered: