mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
IDEA-16027 implemented
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Create Field 'VAR'" "true"
|
||||
class A {
|
||||
private String VAR<caret>;
|
||||
|
||||
public IDEA16027() {
|
||||
VAR.equals("");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
// "Create Field 'VAR'" "true"
|
||||
class A {
|
||||
private Integer VAR<caret>;
|
||||
|
||||
public IDEA16027() {
|
||||
VAR.equals(5);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Create Field 'VAR'" "true"
|
||||
class A {
|
||||
public IDEA16027() {
|
||||
V<caret>AR.equals("");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Create Field 'VAR'" "true"
|
||||
class A {
|
||||
public IDEA16027() {
|
||||
V<caret>AR.equals(5);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user