mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
10 lines
92 B
Java
10 lines
92 B
Java
|
|
enum E {
|
|
;
|
|
|
|
public static void m() {
|
|
for (E value : val<caret>ues()) {
|
|
|
|
}
|
|
}
|
|
} |