Files
kotlin-fork/idea/testData/decompiler/decompiledText/Enum.expected.kt
T
2014-11-14 17:09:05 +03:00

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
TWO
THREE
}