mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-25 20:36:22 +07:00
6 lines
75 B
Java
6 lines
75 B
Java
enum TestEnum {
|
|
ONE("te<caret>stString");
|
|
|
|
TestEnum(String str) {
|
|
}
|
|
} |