mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
9 lines
174 B
Java
9 lines
174 B
Java
// "Create constant field 'FIELD'" "true-preview"
|
|
class C {
|
|
public void foo() {
|
|
int i = ITest.FIELD<caret>;
|
|
}
|
|
|
|
public static interface ITest {
|
|
}
|
|
} |