mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
10 lines
328 B
Plaintext
Vendored
10 lines
328 B
Plaintext
Vendored
public final enum class EnumMembers : R|java/lang/Enum<test/EnumMembers>| {
|
|
public final property isFirst(val): R|kotlin/Boolean|
|
|
public get(): R|kotlin/Boolean|
|
|
|
|
public open operator function first(): R|kotlin/Boolean|
|
|
|
|
private final function EnumMembers(isFirst: R|kotlin/Boolean|): R|test/EnumMembers|
|
|
|
|
}
|