Files
kotlin-fork/compiler/testData/loadJava/compiledJava/annotations/ArrayOfEnumInParam.fir.txt
T

7 lines
399 B
Plaintext
Vendored

public abstract interface ArrayOfEnumInParam : R|kotlin/Any| {
@R|kotlin/annotation/Target|(allowedTargets = vararg(R|kotlin/annotation/AnnotationTarget.FIELD|(), R|kotlin/annotation/AnnotationTarget.CONSTRUCTOR|())) public final annotation class targetAnnotation : R|kotlin/Annotation| {
public constructor(value: R|kotlin/String|): R|test/ArrayOfEnumInParam.targetAnnotation|
}
}