Files
kotlin-fork/idea/testData/decompiler/decompiledText/Enum.expected.kt
T
2015-03-31 20:20:22 +03:00

13 lines
240 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 private () : kotlin.Enum<test.Enum>, dependency.Tr {
ONE
TWO
THREE
}