mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
CommentTracker#replaceAndRestoreComments: try to keep comments after the statement (not move them to the front)
This commit is contained in:
+1
-2
@@ -2,10 +2,9 @@
|
||||
class A {
|
||||
void f(){
|
||||
while (true) {
|
||||
//comment
|
||||
if (false) {
|
||||
System.out.println();
|
||||
}
|
||||
}//comment
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user