9882e86ecb
They are irrelevant because cannot be accessed from the outside anyway
25 lines
932 B
Plaintext
Vendored
25 lines
932 B
Plaintext
Vendored
package test
|
|
|
|
internal final enum class MyEnum : kotlin.Enum<test.MyEnum> {
|
|
enum entry ENTRY
|
|
|
|
private constructor MyEnum(/*0*/ kotlin.deprecated(value = "") kotlin.Int)
|
|
kotlin.deprecated(value = "") internal final val ord: kotlin.Int
|
|
protected final /*fake_override*/ fun clone(): kotlin.Any
|
|
public final /*fake_override*/ fun compareTo(/*0*/ test.MyEnum): kotlin.Int
|
|
internal final fun f(/*0*/ java.lang.Deprecated() kotlin.Int): kotlin.Unit
|
|
public final /*fake_override*/ fun name(): kotlin.String
|
|
public final /*fake_override*/ fun ordinal(): kotlin.Int
|
|
|
|
// Static members
|
|
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.MyEnum
|
|
public final /*synthesized*/ fun values(): kotlin.Array<test.MyEnum>
|
|
}
|
|
|
|
public open class kt4050 {
|
|
public constructor kt4050()
|
|
|
|
// Static members
|
|
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
|
}
|