6 lines
74 B
Kotlin
Vendored
6 lines
74 B
Kotlin
Vendored
package test
|
|
|
|
enum class EnumClassWithChanges {
|
|
CONST_1,
|
|
CONST_2
|
|
} |