5 lines
59 B
Plaintext
Vendored
5 lines
59 B
Plaintext
Vendored
enum class A {
|
|
E1(0), E2(1);
|
|
|
|
constructor(v: Int)
|
|
} |