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

fix Any being coloured as a variable instead of a type #373

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

DetachHead
Copy link
Owner

fixes #150

@DetachHead DetachHead requested a review from KotlinIsland May 21, 2024 09:25
@DetachHead
Copy link
Owner Author

oh wait i forgot about #236, i should try and fix it that way instead

@DetachHead DetachHead closed this May 21, 2024

This comment has been minimized.

@DetachHead DetachHead mentioned this pull request May 22, 2024
@DetachHead
Copy link
Owner Author

actually doing it this way is much easier than figuring out how the existing Any special casing works

@DetachHead DetachHead reopened this May 22, 2024
@DetachHead DetachHead merged commit 21045d1 into main May 22, 2024
11 checks passed
@DetachHead DetachHead deleted the any2 branch May 22, 2024 09:43
Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

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

Successfully merging this pull request may close these issues.

Any should be type coloured
1 participant