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

Avoid circularity error caused by requesting contextual type for late bound expando members #61232

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

Conversation

Andarist
Copy link
Contributor

fixes #61214

@@ -8,7 +8,8 @@ function f() {}
f[Symbol.iterator] = function() {}
>f[Symbol.iterator] = function() {} : () => void
> : ^^^^^^^^^^
>f[Symbol.iterator] : any
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue was already included in the existing test suite - but it wasn't overly apparent because this test was not using strict mode so the implicit any was not reported separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Not started
Development

Successfully merging this pull request may close these issues.

Support type inference for Symbol keys on function
1 participant