CommentTracker#makeRangeUnchanged; more comment fixes for InvertIfCondition

This commit is contained in:
Tagir Valeev
2018-03-15 12:38:58 +07:00
parent 628b803c27
commit 5a4f85ff35
5 changed files with 21 additions and 5 deletions
@@ -2,8 +2,8 @@
class A {
void f(){
while (true) {
if (false) //comment
{
//comment
if (false) {
System.out.println();
}
}