dcae6f1415
The problem appear because for java enum its entries was represented by FirJavaField. To fix this FirEnumEntry was used #KT-39621 Fixed
20 lines
729 B
Plaintext
Vendored
20 lines
729 B
Plaintext
Vendored
public final enum class StaticMembersInEnum : R|kotlin/Enum<ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>!>| {
|
|
public final static enum entry ENTRY: R|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 fun foo(): R|kotlin/Unit|
|
|
|
|
public open static fun values(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final static fun values(): R|kotlin/Array<test/StaticMembersInEnum>| {
|
|
}
|
|
|
|
public open static fun valueOf(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/StaticMembersInEnum| {
|
|
}
|
|
|
|
}
|