FILE: propertyWithBackingFieldDifferentTypes.kt
    public? final? fun resolveMe(): R|kotlin/Unit| {
        receive#(property#)
    }
    public? final? val property: Number
        private <explicit backing field>: Int = IntegerLiteral(10)
        public? get(): Number
    public? final? fun receive(s: Int): R|kotlin/Unit| {
    }
