mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 22:20:54 +07:00
9 lines
138 B
Java
9 lines
138 B
Java
// "Create field 'VAR'" "true-preview"
|
|
class A {
|
|
private final String VAR<caret>;
|
|
|
|
public IDEA16027() {
|
|
VAR.equals("");
|
|
}
|
|
}
|