KT element: KtTypeReference
FIR element: FirSimpleFunctionImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
public? final? [ResolvedTo(RAW_FIR)] fun x(): Map<String, List<Int>> {
    ^x IntegerLiteral(1)
}

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] wholeTypeScript.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)] fun x(): Map<String, List<Int>> {
            ^x IntegerLiteral(1)
        }