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

ktlint incorrectly reports redundant toString #69

Closed
SUPERCILEX opened this issue Jul 31, 2017 · 2 comments
Closed

ktlint incorrectly reports redundant toString #69

SUPERCILEX opened this issue Jul 31, 2017 · 2 comments

Comments

@SUPERCILEX
Copy link

The super.toString() call is incorrectly reported even though there is no other way to get the super class's string:

override fun toString(): String = "${super.toString()}, selectedValueKey=$selectedValueKey"
@shyiko
Copy link
Collaborator

shyiko commented Jul 31, 2017

Thank you for the ticket. Fixed in 0.9.1 (it should become available through Maven Central within the next ~25 minutes).

@SUPERCILEX
Copy link
Author

@shyiko Damn that was fast! 😄 Thanks!

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

No branches or pull requests

2 participants