blob: 2a522f7f5b7e571dc5689efb796c58fb3dab14f3 [file] [log] [blame]
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final enum class Enum private constructor() : kotlin.Enum<test.Enum> {
A,
B,
C,
D,
E,
F;
public companion object {
public final val c: kotlin.Int /* compiled code */
}
public open fun f(): kotlin.Int { /* compiled code */ }
}