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
Sign for new Block is empty line. But no new block is recognize if } is included in comment after empty line.
This is shown as one block:
// comment 1 System.out.print(1); // comment 2 } System.out.print(2);
Regards Frank
The text was updated successfully, but these errors were encountered:
No bug with my test.
PS OK, I got it it is about 2 blocks shown as 1.
Help wanted.
Sorry, something went wrong.
Yes - 2 blocks are expected and only 1 block is shown.
No branches or pull requests
Sign for new Block is empty line.
But no new block is recognize if } is included in comment after empty line.
This is shown as one block:
Regards
Frank
The text was updated successfully, but these errors were encountered: