mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
13 lines
422 B
Plaintext
Vendored
13 lines
422 B
Plaintext
Vendored
public final enum class EnumMembers : R|kotlin/Enum<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|
|
|
|
|
}
|