FILE: usedInAnnotationArguments.kt public final annotation class Ann : R|kotlin/Annotation| { public constructor(value: R|kotlin/Int|): R|Ann| { super() } public final val value: R|kotlin/Int| = R|/value| public get(): R|kotlin/Int| } public final fun foo(): R|kotlin/Int| { lval x: R|kotlin/Int| = Int(3) @R|Ann|(value = R|/x|) lval y: R|kotlin/Int| = Int(5) ^foo R|/y| }