FILE: propertyWithGetter.kt
    public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
        R|/receive|(R|/withGetter|)
    }
    public final [STATUS] fun receive([STATUS] value: R|kotlin/Int|): R|kotlin/Unit| { LAZY_BLOCK }
    public final [STATUS] val withGetter: R|kotlin/Int|
        [STATUS] public get(): R|kotlin/Int| { LAZY_BLOCK }
