KT element: KtAnnotationEntry
FIR element: FirAnnotationCallImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
@PROPERTY_DELEGATE_FIELD:Ann[Unresolved]()

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] delegateScript.kts
    context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
    SCRIPT: [ResolvedTo(BODY_RESOLVE)] 
        [ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|

        public? final? [ResolvedTo(RAW_FIR)] annotation class Ann : R|kotlin/Annotation| {
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=Ann] constructor(): R|Ann| {
                super<R|kotlin/Any|>()
            }

        }

        public? final? [ResolvedTo(RAW_FIR)] class X : R|kotlin/Any| {
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=X] constructor(): R|X| {
                super<R|kotlin/Any|>()
            }

            field:@PROPERTY_DELEGATE_FIELD:Ann[Unresolved]() public? final? [ResolvedTo(RAW_FIR)] val a: <implicit>by lazy#(<L> = [ResolvedTo(RAW_FIR)] lazy@fun <implicit>.<anonymous>(): <implicit> <inline=Unknown>  {
                IntegerLiteral(1)
            }
            )
                public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=X] get(): <implicit> {
                    ^ this@R|/X|.D|/X.a|.getValue#(this@R|/X|, ::R|/X.a|)
                }

        }