KT element: KtPropertyAccessor
FIR element: FirPropertyAccessorImpl
FIR source kind: KtRealSourceElementKind

FIR element rendered:
public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/String|): R|kotlin/Unit| {
}

FIR FILE:
FILE: [ResolvedTo(IMPORTS)] setterScript.kts
    public final [ResolvedTo(RAW_FIR)] var x: R|kotlin/String|
        public [ResolvedTo(RAW_FIR)] get(): R|kotlin/String|
        public [ResolvedTo(RAW_FIR)] set([ResolvedTo(RAW_FIR)] value: R|kotlin/String|): R|kotlin/Unit| {
        }
    [ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|<script>@R|kotlin/script/templates/standard/ScriptTemplateWithArgs|
