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
sample:
class Test { void test() { int a = 1; ;int b = 2; } }
expected
class Test { void test() { int a = 1; int b = 2; } }
actual
The text was updated successfully, but these errors were encountered:
issue: openrewrite#99
61f71e0
Add test with @ExpectedToFail
Hi! thanks for reporting this bug. It is definitely a non expected behavior.
Sorry, something went wrong.
fixes: openrewrite#99
dc34816
Remove empties on block level but keep prefix for next statements.
d267c8f
pstreef
No branches or pull requests
sample:
expected
actual
The text was updated successfully, but these errors were encountered: