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
` function a(b: void) {
} a(); ` There's an error here as follow:
How do I fix it, Thank you in advance!!!
The text was updated successfully, but these errors were encountered:
No error I can see Playground
There are limitations around void params and conditional types and generics but simple stuff should work (#29131)
Sorry, something went wrong.
No error I can see Playground There are limitations around void params and conditional types and generics but simple stuff should work (#29131)
but I get errors using webstorm
Is there a configuration problem?
The reason is that my typescript version is too low, thank you very much
No branches or pull requests
`
function a(b: void) {
}
a();
`
There's an error here as follow:
How do I fix it, Thank you in advance!!!
The text was updated successfully, but these errors were encountered: