mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
CommentTracker#makeRangeUnchanged; more comment fixes for InvertIfCondition
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
class A {
|
||||
void f(){
|
||||
while (true) {
|
||||
if (false) //comment
|
||||
{
|
||||
//comment
|
||||
if (false) {
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user