mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
IDEA-187289 looks like there is no fields which can be generated, so only methods are checked through processDeclarations
7 lines
73 B
Java
7 lines
73 B
Java
/**
|
|
* @see Foo#valueOf(String)
|
|
*/
|
|
public enum Foo {
|
|
|
|
A, B, C
|
|
} |