Files
kotlin/compiler/testData/loadJava/compiledJava/annotations/ArrayOfEnumInParam.txt
2014-03-02 19:55:26 +04:00

10 lines
406 B
Plaintext

package test
public trait ArrayOfEnumInParam : java.lang.Object {
java.lang.annotation.Target(value = {ElementType.FIELD, ElementType.CONSTRUCTOR}: kotlin.Array<java.lang.annotation.ElementType>) public final annotation class targetAnnotation : kotlin.Annotation {
public constructor targetAnnotation(/*0*/ value: kotlin.String)
public abstract fun value(): kotlin.String
}
}