7 lines
68 B
Kotlin
Vendored
7 lines
68 B
Kotlin
Vendored
data annotation enum class E {
|
|
D
|
|
}
|
|
|
|
enum annotation E1 {
|
|
D
|
|
} |