38f4a35be2
#KT-52020 Fixed
18 lines
782 B
Plaintext
Vendored
18 lines
782 B
Plaintext
Vendored
public final enum class EnumConstructorParameter : R|kotlin/Enum<test/EnumConstructorParameter!>| {
|
|
public final static enum entry INSTANCE: R|@EnhancedNullability test/EnumConstructorParameter|
|
|
private constructor(@R|test/EnumConstructorParameter.Anno|(value = String(string)) s: R|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| {
|
|
}
|
|
|
|
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public constructor(value: R|kotlin/String|): R|test/EnumConstructorParameter.Anno|
|
|
|
|
}
|
|
}
|