KT element: KtFunctionLiteral
FIR element: FirAnonymousFunctionImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
[ResolvedTo(BODY_RESOLVE)] [MatchingParameterFunctionTypeKey=kotlin/Any] fun <anonymous>(): R|kotlin/Unit| <inline=NoInline>  {
    ^ Unit
}

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] longStringTemplateEntryWithTwoExpressions.kt
    public final [ResolvedTo(BODY_RESOLVE)] fun test(): R|kotlin/Unit| {
        [ResolvedTo(BODY_RESOLVE)] lval a: R|kotlin/Int| = Int(1)
        [ResolvedTo(BODY_RESOLVE)] lval b: R|kotlin/String| = <strcat>(R|<local>/a|, [ResolvedTo(BODY_RESOLVE)] [MatchingParameterFunctionTypeKey=kotlin/Any] fun <anonymous>(): R|kotlin/Unit| <inline=NoInline>  {
            ^ Unit
        }
        )
    }