blob: a3969db3883be5e99cfc036cb3c92e6fc7c575aa [file] [log] [blame]
public abstract interface EmptyArrayInParam : R|kotlin/Any| {
@R|test/EmptyArrayInParam.MyAnnotation|(value = <implicitArrayOf>()) public open class A : R|kotlin/Any| {
public constructor(): R|test/EmptyArrayInParam.A|
}
public final annotation class MyAnnotation : R|kotlin/Annotation| {
public constructor(vararg value: R|kotlin/Array<kotlin/String>|): R|test/EmptyArrayInParam.MyAnnotation|
}
}