✅ Covariant return type properties
Am I missing something - I thought that property return types could be covariant if they were readonly. So why does this not compile?
1 Reply
Compiles if I do C and D or object and string - is it a restriction on value types?
I see makes sense that it doesn’t support boxing
Thanks