-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Fix46246 #46357
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
Fix46246 #46357
Conversation
On a side note can someone tell me if there is a slack group (or equivalent platform)? |
there's a chat on discord |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure of the right fix, but I think this one is too broad.
@DanielRosenwasser gentle reminder. I have applied the requested changes please let me know if it suffices. |
Fixes #46246
The new error message is :
An interface cannot extend a primitive type like '{0}'; an interface can only extend named types and classes
where {0} has the primitive type name e.g. any, number, string etc.
Please give feedback as this is my first PR on this repo.