mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
15 lines
564 B
Plaintext
Vendored
15 lines
564 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 open static operator fun valueOf(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
}
|