Skip to content

fix(58754): fix missing check of private field in for-in expression, cause of #46824 #58798

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bernard-wang
Copy link

Fixes #58754

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Jun 7, 2024
@bernard-wang bernard-wang changed the title fix(58754): fix missing check of private field in for-in expression, cause of #46824 fix(58754): fix missing check of private field in for-in expression, cause of !46824 Jun 7, 2024
@bernard-wang bernard-wang changed the title fix(58754): fix missing check of private field in for-in expression, cause of !46824 fix(58754): fix missing check of private field in for-in expression, cause of #46824 Jun 7, 2024
@bernard-wang
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

for (const x in #b) is allowed
2 participants