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

FIR element rendered:
@R|kotlin/Suppress|[Types](names = vararg(String()) [evaluated = vararg(String())])

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] danglingAnnotationInClass.kt
    public final [ResolvedTo(STATUS)] class F : R|kotlin/Any| {
        public [ResolvedTo(STATUS)] [ContainingClassKey=F] constructor(): R|F| {
            LAZY_super<R|kotlin/Any|>
        }

        [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=F] @R|kotlin/Suppress|[Types](names = vararg(String()) [evaluated = vararg(String())]) @R|kotlin/annotation/MustBeDocumented|[Types]() <DANGLING MODIFIER: Top level declaration expected>
    }