We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.typescriptlang.org/play?ts=5.5.0-dev.20240415#code/JYOwLgpgTgZghgYwgAgGIHt3IN4CgCQwAzhugBQAeAXMnCAJ4CUNYAFsch6QNy4C+uXKEixEKAEJwoyCBUggAJkTSYcBYqUo06TFlACuEXsj5A
interface Foo { isFoo(x: any): this is Foo; } interface Bar extends Foo { isFoo(x: any): true; }
In bar, see:
Signature '(x: any): true' must be a type predicate
No error
Encountering this in the VS Code repo. Seems like an unexpected regression
The text was updated successfully, but these errors were encountered:
Caused by #57341.
Sorry, something went wrong.
This issue has been marked as "Working as Intended" and has seen no recent activity. It has been automatically closed for house-keeping purposes.
No branches or pull requests
π Search Terms
π Version & Regression Information
β― Playground Link
https://www.typescriptlang.org/play?ts=5.5.0-dev.20240415#code/JYOwLgpgTgZghgYwgAgGIHt3IN4CgCQwAzhugBQAeAXMnCAJ4CUNYAFsch6QNy4C+uXKEixEKAEJwoyCBUggAJkTSYcBYqUo06TFlACuEXsj5A
π» Code
π Actual behavior
In bar, see:
π Expected behavior
No error
Additional information about the issue
Encountering this in the VS Code repo. Seems like an unexpected regression
The text was updated successfully, but these errors were encountered: