KT element: KtProperty
FIR element: FirPropertyImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
public? final? [ResolvedTo(RAW_FIR)] val x: <implicit> = IntegerLiteral(1)
    public? [ResolvedTo(RAW_FIR)] get(): <implicit>

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] topLevelPropertyScript.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)] val x: <implicit> = IntegerLiteral(1)
            public? [ResolvedTo(RAW_FIR)] get(): <implicit>