Files
kotlin/compiler/testData/loadJava/compiledJava/annotations/EnumConstructorParameter.fir.txt
2019-05-23 14:02:09 +03:00

9 lines
445 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|
}