65ea4e184a
- Add utilities to add new attribute to ConeAttributes
- Get rid of FlexibleNullability attribute (it can be easily inferred
for any flexible type at any moment)
- Fix determining of EnhancedNullability attribute
14 lines
668 B
Plaintext
Vendored
14 lines
668 B
Plaintext
Vendored
public final enum class EnumConstructorParameter : R|kotlin/Enum<ft<test/EnumConstructorParameter, test/EnumConstructorParameter?>!>| {
|
|
public final static enum entry INSTANCE: R|@EnhancedNullability 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| {
|
|
}
|
|
|
|
}
|