mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 04:03:20 +07:00
^IDEA-366733 fixed GitOrigin-RevId: 64f861eeff4c2e9f1439e5837c5f0477a4944bc6
8 lines
109 B
Java
8 lines
109 B
Java
// "Create enum constant 'EEE'" "false"
|
|
|
|
enum E {
|
|
AAA;
|
|
void t() {
|
|
int t = <caret>EEE;
|
|
}
|
|
} |