mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-03 08:31:29 +00:00
5 lines
40 B
Groff
Vendored
5 lines
40 B
Groff
Vendored
public enum Enum {
|
|
A,
|
|
B,
|
|
C
|
|
} |