mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-15 06:06:53 +07:00
6 lines
86 B
Java
6 lines
86 B
Java
// "Implement methods" "true"
|
|
enum E {
|
|
<caret>A;
|
|
|
|
public abstract int foo();
|
|
} |