blob: 21ec8703aa2da4641f364a9855306936cabdd178 [file] [log] [blame]
package test
public interface ArrayOfEnumInParam {
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FIELD, AnnotationTarget.CONSTRUCTOR}) public final annotation class targetAnnotation : kotlin.Annotation {
public constructor targetAnnotation(/*0*/ value: kotlin.String)
public final val value: kotlin.String
}
}