7 lines
73 B
Kotlin
Vendored
7 lines
73 B
Kotlin
Vendored
enum class A(<caret>v: Int) {
|
|
E1(0), E2(1);
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |