/* anchor (KtProperty) --> */var x: Int = 2
    /* anchor (KtPropertyAccessor) --> */set(/* anchor (KtParameter) --> */resolveMe/* <-- */) = Unit/* <-- */
    /* anchor (KtPropertyAccessor) --> */get() {

    }/* <-- *//* <-- */
