-
Notifications
You must be signed in to change notification settings - Fork 508
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
False positive unused import with version 0.38.0-alpha01 #836
Labels
Comments
We saw this as well and can also find some examples if need be |
@ZacSweers would appreciate at least one, as the reason might differ |
@vRallev just to confirm - this is code that was passing in ktlint 0.37.2? |
I double checked and confirmed that it's passing with 0.37.2 (we have issues with the continuation indent, though). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm testing
0.38.0-alpha01
with Kotlin1.4.0
and see a few false positives for unused imports.The extension function is used on the object
psi
line 26. Please let me know if you need any further information.The text was updated successfully, but these errors were encountered: