mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-14 00:21:27 +00:00
17 lines
632 B
Plaintext
Vendored
17 lines
632 B
Plaintext
Vendored
public final enum class EnumMembers : R|kotlin/Enum<ft<@FlexibleNullability test/EnumMembers, test/EnumMembers?>!>| {
|
|
public final static enum entry FIRST: R|@FlexibleNullability test/EnumMembers|
|
|
public final static enum entry SECOND: R|@FlexibleNullability test/EnumMembers|
|
|
public final field isFirst: R|kotlin/Boolean|
|
|
|
|
public open 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| {
|
|
}
|
|
|
|
}
|