FILE: namedArrayInAnnotation.kt public final annotation class Ann : R|kotlin/Annotation| { public constructor(vararg strings: R|kotlin/Array|): R|Ann| { super() } public final val strings: R|kotlin/Array| = R|/strings| public get(): R|kotlin/Array| } @R|Ann|(strings = vararg(strings = (String(hello)))) public final class A : R|kotlin/Any| { public constructor(): R|A| { super() } }