Files
kotlin-fork/compiler/testData/loadJava/compiledJava/annotations/ArrayOfEnumInParam.fir.txt
T
2023-02-28 10:19:15 +00:00

7 lines
395 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|
}
}