KT element: KtClass
KT element text:
public final annotation class Anno public constructor(value: kotlin.Int) : kotlin.Annotation {
    public final val value: kotlin.Int /* compiled code */
}
FIR element: FirRegularClassImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
public final [ResolvedTo(BODY_RESOLVE)] annotation class Anno : R|kotlin/Annotation| {
    public final [ResolvedTo(BODY_RESOLVE)] [IsDeserializedPropertyFromAnnotation=true] val value: R|kotlin/Int|
        public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=Anno] get(): R|kotlin/Int|

    public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=Anno] constructor([ResolvedTo(BODY_RESOLVE)] value: R|kotlin/Int|): R|one/Anno|

}
