8 lines
68 B
Kotlin
8 lines
68 B
Kotlin
// "Create enum 'A'" "true"
|
|
package p
|
|
|
|
import p.A
|
|
|
|
enum class A {
|
|
|
|
} |