37 lines
903 B
Plaintext
Vendored
37 lines
903 B
Plaintext
Vendored
internal final enum class In : R|kotlin/Enum<test/In>| {
|
|
private constructor(): R|test/In|
|
|
|
|
public final static enum entry A: R|test/In|
|
|
public final static fun values(): R|kotlin/Array<test/In>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/In| {
|
|
}
|
|
|
|
}
|
|
|
|
private final enum class Pr : R|kotlin/Enum<test/Pr>| {
|
|
private constructor(): R|test/Pr|
|
|
|
|
public final static enum entry A: R|test/Pr|
|
|
public final static fun values(): R|kotlin/Array<test/Pr>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/Pr| {
|
|
}
|
|
|
|
}
|
|
|
|
public final enum class Pu : R|kotlin/Enum<test/Pu>| {
|
|
private constructor(): R|test/Pu|
|
|
|
|
public final static enum entry A: R|test/Pu|
|
|
public final static fun values(): R|kotlin/Array<test/Pu>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/Pu| {
|
|
}
|
|
|
|
}
|
|
|