Without this change, these fields could have names such as `<no name provided>$SuperClass$delegate` for something like `object SuperClass by I { }`.
Since property accessor descriptors (unlike corresponding IR elements) do not have type parameters, we need to take them from the corresponding property to ensure the correct IR for delegated property accessors.