We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The super.toString() call is incorrectly reported even though there is no other way to get the super class's string:
super.toString()
override fun toString(): String = "${super.toString()}, selectedValueKey=$selectedValueKey"
The text was updated successfully, but these errors were encountered:
Thank you for the ticket. Fixed in 0.9.1 (it should become available through Maven Central within the next ~25 minutes).
Sorry, something went wrong.
Fixed ${super.toString()} linting (string-template rule) #69
f837bc4
@shyiko Damn that was fast! 😄 Thanks!
No branches or pull requests
The
super.toString()
call is incorrectly reported even though there is no other way to get the super class's string:The text was updated successfully, but these errors were encountered: