3 lines
71 B
Kotlin
Vendored
3 lines
71 B
Kotlin
Vendored
enum class A(val <caret>a: Int, val b: Int) {
|
|
E1(0, 0), E2(1, 1);
|
|
} |