13 lines
231 B
Kotlin
13 lines
231 B
Kotlin
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package test
|
|
|
|
public final enum class Enum() : kotlin.Enum<test.Enum>, dependency.Tr {
|
|
ONE
|
|
|
|
THREE
|
|
|
|
TWO
|
|
}
|