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? # 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
fun foo() { val a // hello @Foo val b }
should get empty result when checked by SpacingBetweenDeclarationsWithAnnotationsRule
SpacingBetweenDeclarationsWithAnnotationsRule
The above code snipped has an error reported by SpacingBetweenDeclarationsWithAnnotationsRule
Use the code sample above.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
should get empty result when checked by
SpacingBetweenDeclarationsWithAnnotationsRule
Observed Behavior
The above code snipped has an error reported by
SpacingBetweenDeclarationsWithAnnotationsRule
Steps to Reproduce
Use the code sample above.
Your Environment
The text was updated successfully, but these errors were encountered: