9 lines
83 B
Plaintext
Vendored
9 lines
83 B
Plaintext
Vendored
enum class A {
|
|
E1(0), E2(1);
|
|
|
|
constructor(v: Int)
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |