mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
15 lines
643 B
Plaintext
Vendored
15 lines
643 B
Plaintext
Vendored
public final enum class EnumConstructorParameter : R|kotlin/Enum<test/EnumConstructorParameter>| {
|
|
public final static field INSTANCE: R|ft<test/EnumConstructorParameter, test/EnumConstructorParameter?>!|
|
|
|
|
private constructor(@R|test/EnumConstructorParameter.Anno|(String(string)) s: R|ft<kotlin/String, kotlin/String?>!|): R|test/EnumConstructorParameter|
|
|
|
|
private constructor(x: R|kotlin/Int|): R|test/EnumConstructorParameter|
|
|
|
|
public final static fun values(): R|kotlin/Array<test/EnumConstructorParameter>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/EnumConstructorParameter| {
|
|
}
|
|
|
|
}
|