6fba6a2e3c
This fixes a KMP issue where IrActualizer would add duplicate fake overrides because the parent class would have both the getter and the synthetic property in its list of declarations. Now, the synthetic property fake overrides are still generated and cached in the Fir2IrDeclarationStorage, but not added to the class. #KT-60854 Fixed