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

FIR element rendered:
public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Int| = Int(1)
    public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] topLevelPropertyScript.kts
    public final [ResolvedTo(RAW_FIR)] val x: R|kotlin/Int| = Int(1)
        public [ResolvedTo(RAW_FIR)] get(): R|kotlin/Int|
    [ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
