Skip to content
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

Remove unnecessary check for misaligned complex rest parameters #47934

Merged
merged 2 commits into from
Feb 17, 2022

Conversation

ahejlsberg
Copy link
Member

Fixes #47754.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Feb 17, 2022
@typescript-bot typescript-bot added For Milestone Bug PRs that fix a bug with a specific milestone and removed For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Feb 17, 2022
@ahejlsberg ahejlsberg requested a review from weswigham February 17, 2022 18:12
@ahejlsberg ahejlsberg merged commit 53809d8 into main Feb 17, 2022
@ahejlsberg ahejlsberg deleted the fix47754 branch February 17, 2022 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merging signatures using a union as rest parameters results in never.
3 participants