mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
inplace introduce: correctly restore anchors to insert newly created field
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Test {
|
||||
private static final int FOO = 60 * 6<caret>0;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class Test {
|
||||
public static final int SEC = 60;
|
||||
private static final int FOO = 60 * <caret>SEC;
|
||||
}
|
||||
Reference in New Issue
Block a user