mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
21 lines
752 B
Plaintext
Vendored
21 lines
752 B
Plaintext
Vendored
public final enum class StaticMembersInEnum : R|kotlin/Enum<test/StaticMembersInEnum>| {
|
|
public final static field ENTRY: R|ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>!|
|
|
|
|
public open static field STATIC_FIELD: R|kotlin/Int|
|
|
|
|
public final static field CONSTANT: R|ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>!|
|
|
|
|
public open static operator fun foo(): R|kotlin/Unit|
|
|
|
|
public open static operator fun values(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final static fun values(): R|kotlin/Array<test/StaticMembersInEnum>| {
|
|
}
|
|
|
|
public open static operator fun valueOf(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/StaticMembersInEnum| {
|
|
}
|
|
|
|
}
|