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
TypeScript Version: 3.7.x-dev.20200324
Search Terms:
Code
function g<a>(a: a) { return async function* (): AsyncGenerator<awaited a, awaited a> { yield a; return a; }; }
Expected behavior: pass Actual behavior: Type 'a' is not assignable to type 'awaited a'.ts(2322) Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
TypeScript Version: 3.7.x-dev.20200324
Search Terms:
Code
Expected behavior:
pass
Actual behavior:
Type 'a' is not assignable to type 'awaited a'.ts(2322)
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: