mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
8 lines
85 B
Java
Vendored
8 lines
85 B
Java
Vendored
public enum E /* p.E*/ {
|
|
Entry1,
|
|
Entry2,
|
|
Entry3;
|
|
|
|
private E();// .ctor()
|
|
|
|
} |