cafe2cdb12
Earlier we used a result of a corresponding getter resolution to obtain a fake overridden field. This approach is incorrect because the getter resolved may not contain a backing field. This patch fixes the issue by using the overriddenSymbols property of an IrField directly. Issue #KT-33034 fixed