mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +07:00
8 lines
99 B
Java
8 lines
99 B
Java
// "Create Enum Constant 'EEE'" "true"
|
|
|
|
enum E {
|
|
AAA;
|
|
void t() {
|
|
<caret>EEE
|
|
}
|
|
} |