package test public trait AnnotationWithEmptyArrayInParam : java.lang.Object { test.AnnotationWithEmptyArrayInParam.MyAnnotation(value = []: jet.Array?) public open class A : java.lang.Object { public constructor A() } public final annotation class MyAnnotation : jet.Annotation { public constructor MyAnnotation(/*0*/ vararg value: jet.String? /*jet.Array?*/) public abstract fun value(): jet.Array? } }