mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
CommentTracker#replaceAndRestoreComments: try to keep comments after the statement (not move them to the front)
This commit is contained in:
@@ -3,9 +3,8 @@ class X {
|
||||
void m() {
|
||||
|
||||
String s = getStr();
|
||||
//keep me
|
||||
switch (s) {
|
||||
}
|
||||
}//keep me
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user