FILE: propertyWithGetterAndSetter.kt
    public final [BODY_RESOLVE] var withGetterAndSetter: R|kotlin/Int| = Int(42)
        public [BODY_RESOLVE] get(): R|kotlin/Int| {
            ^ F|/withGetterAndSetter|
        }
        public [BODY_RESOLVE] set([BODY_RESOLVE] value: R|kotlin/Int|): R|kotlin/Unit| {
            F|/withGetterAndSetter| = R|<local>/value|
        }
