Files
kotlin-fork/idea/testData/libraries/decompiledText/Enum.expected.kt
T
2014-03-04 21:19:46 +04: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
THREE
TWO
}