mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
restore remember last place for introduce field (IDEA-82084)
This commit is contained in:
@@ -15,9 +15,10 @@
|
||||
*/
|
||||
class Test {
|
||||
|
||||
private final String x = "";
|
||||
private String x;
|
||||
|
||||
void simpleMethod() {
|
||||
x = "";
|
||||
System.out.println(x);
|
||||
System.out.println(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user