blob: 1a655bb62200a34489a457eb6015fbccf68fbce0 [file] [log] [blame]
package test
public interface EmptyArrayInParam {
@test.EmptyArrayInParam.MyAnnotation(value = {}) public open class A {
public constructor A()
}
public final annotation class MyAnnotation : kotlin.Annotation {
public constructor MyAnnotation(/*0*/ vararg value: kotlin.String /*kotlin.Array<out kotlin.String>*/)
public final val value: kotlin.Array<kotlin.String>
}
}