-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
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
Improve Interface type params #956
Comments
If you agree with the issue, please assign me as I want to try fixing this, thanks ^^ |
Thank you! |
@awareness481 The problem is caused by propagating generics and not checking for type. I think the right place to work on it is in analyzer/generic/mod.rs:122. If you're working on it, you can use the |
@sunrabbit123 I was actually thinking of removing the assignment from myself because when I tried it I couldn't get it working. Do you want to give it a go yourself? Please feel free to |
**Description:** ```ts interface A<T extends string> {} type a = A<number> // required error, not reported ``` **Related issue:** - Closes #956.
revert this issue |
Close the issue because it has been implemented in that location. |
The text was updated successfully, but these errors were encountered: