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

FIR element rendered:
R|/bar|()

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] secondStatementCall.kts
    SCRIPT: [ResolvedTo(TYPES)] <script-secondStatementCall.kts>
        [ResolvedTo(TYPES)] <script receiver parameter>: R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
        [ResolvedTo(TYPES)] lval args: R|kotlin/Array<kotlin/String>|

        public? final? [ResolvedTo(RAW_FIR)] [ScriptTopLevelDeclaration=true] fun foo(): <implicit> { LAZY_BLOCK }

        [ResolvedTo(RAW_FIR)] [ScriptTopLevelDeclaration=true] init { LAZY_BLOCK }

        [ResolvedTo(BODY_RESOLVE)] [ScriptTopLevelDeclaration=true] init {
            R|/bar|()
        }

        public final [ResolvedTo(STATUS)] [ScriptTopLevelDeclaration=true] fun bar(): R|kotlin/Unit| { LAZY_BLOCK }