mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 14:17:48 +07:00
GitOrigin-RevId: 3bbc430022e3933aaa89b31689a121b9617f25ba
11 lines
73 B
Plaintext
11 lines
73 B
Plaintext
|
|
enum A {
|
|
A("a"),
|
|
B("b"),
|
|
C("c"),
|
|
;
|
|
|
|
A(final String c) {
|
|
}
|
|
|
|
} |