inplace introduce: correctly restore anchors to insert newly created field

This commit is contained in:
anna
2011-07-13 10:38:42 +04:00
parent 4e69464901
commit a42792b192
7 changed files with 117 additions and 95 deletions

View File

@@ -0,0 +1,3 @@
class Test {
private static final int FOO = 60 * 6<caret>0;
}

View File

@@ -0,0 +1,4 @@
class Test {
public static final int SEC = 60;
private static final int FOO = 60 * <caret>SEC;
}