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

Fixing false-positive Unused Import with extension function #839

Merged
merged 1 commit into from
Aug 20, 2020

Conversation

shashachu
Copy link
Contributor

Fixes #836

Some code that was meant to handle redundant static imports was removing an import for an extension function because the name of the variable we were calling the extension function on happened to match a sub-package name.

@shashachu shashachu merged commit d9e6716 into pinterest:master Aug 20, 2020
@shashachu shashachu deleted the unused-import-836 branch August 20, 2020 17:43
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.

False positive unused import with version 0.38.0-alpha01
2 participants