FILE: propertyWithGetterAndSetter.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        R|/receive|(R|/withGetterAndSetter|)
        R|/withGetterAndSetter| = Int(123)
    }
    public final [STATUS] fun receive(value: R|kotlin/Int|): R|kotlin/Unit| { LAZY_BLOCK }
    public final [STATUS] var withGetterAndSetter: R|kotlin/Int| = LAZY_EXPRESSION
        public get(): R|kotlin/Int| { LAZY_BLOCK }
        public set(value: R|kotlin/Int|): R|kotlin/Unit| { LAZY_BLOCK }
