d2592e4a2c
#KT-7114 Fixed
25 lines
412 B
Kotlin
Vendored
25 lines
412 B
Kotlin
Vendored
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package test
|
|
|
|
internal final enum class Enum private constructor() : kotlin.Enum<test.Enum> {
|
|
A
|
|
|
|
B
|
|
|
|
C
|
|
|
|
D
|
|
|
|
E
|
|
|
|
F
|
|
|
|
public companion object {
|
|
internal final val c: kotlin.Int /* compiled code */
|
|
}
|
|
|
|
internal open fun f(): kotlin.Int { /* compiled code */ }
|
|
}
|