mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
19 lines
618 B
Plaintext
Vendored
19 lines
618 B
Plaintext
Vendored
public final enum class EnumMembers : R|kotlin/Enum<ft<test/EnumMembers, test/EnumMembers?>!>| {
|
|
public final static field FIRST: R|ft<test/EnumMembers, test/EnumMembers?>!|
|
|
|
|
public final static field SECOND: R|ft<test/EnumMembers, test/EnumMembers?>!|
|
|
|
|
public final field isFirst: R|kotlin/Boolean|
|
|
|
|
public open operator fun first(): R|kotlin/Boolean|
|
|
|
|
private constructor(isFirst: R|kotlin/Boolean|): R|test/EnumMembers|
|
|
|
|
public final static fun values(): R|kotlin/Array<test/EnumMembers>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/EnumMembers| {
|
|
}
|
|
|
|
}
|