KT element: KtCallExpression
FIR element: FirFunctionCallImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
R|/withAnno|()

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] first.kt
    public final [ResolvedTo(BODY_RESOLVE)] fun test(): R|kotlin/Unit| {
        R|/withAnno|()
    }
FIR FILE:
FILE: [ResolvedTo(IMPORTS)] second.kt
    @R|kotlin/annotation/Target|[CompilerRequiredAnnotations](Q|kotlin/annotation/AnnotationTarget|.R|kotlin/annotation/AnnotationTarget.TYPE|) public final? [ResolvedTo(COMPILER_REQUIRED_ANNOTATIONS)] annotation class Anno : R|kotlin/Annotation| {
        public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=Anno] constructor(): R|Anno| {
            LAZY_super<R|kotlin/Any|>
        }

    }
    public final [ResolvedTo(STATUS)] fun withAnno(): R|@R|Anno|()  kotlin/String| { LAZY_BLOCK }
    public? final? [ResolvedTo(RAW_FIR)] fun withoutAnno(): String { LAZY_BLOCK }
