Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

False positive unused import for operator overloads #13

Closed
dsvoronin opened this issue Sep 5, 2016 · 2 comments
Closed

False positive unused import for operator overloads #13

dsvoronin opened this issue Sep 5, 2016 · 2 comments

Comments

@dsvoronin
Copy link

Seems like unused import check not aware of operator overloading.

import rx.lang.kotlin.plusAssign - marked as unused by ktlint

actual usage in same file
presenterLifecycleSubscription += resetClicks.subscribe { resetSelection() }

@shyiko
Copy link
Collaborator

shyiko commented Sep 5, 2016

@dsvoronin both #12 and #13 are fixed in 0.2.0 that I'm planning to push within the next couple of hours. Thank you for reporting these. Much appreciated 🙇.

@shyiko
Copy link
Collaborator

shyiko commented Sep 6, 2016

@dsvoronin 0.2.0 is out (see release notes).

P.S. took a little bit longer than a few hours but at least it's the same day :)

@shyiko shyiko closed this as completed Sep 6, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants