Files
kotlin/compiler/testData/loadJava/compiledJava/annotations/EnumConstructorParameter.fir.txt

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| {
}
}