Add RuntimeFeature.CovariantReturnsOfClasses (#37276)
authorJan Vorlicek <janvorli@microsoft.com>
Mon, 1 Jun 2020 21:57:15 +0000 (23:57 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 21:57:15 +0000 (23:57 +0200)
commite3788328cca45537810de1978de9ff427d30df1f
treeaa272baf93555245aef35c41bdf09b9f4c9fe9ba
parent91121498e08f2b0970052ca38be207445a3c1440
Add RuntimeFeature.CovariantReturnsOfClasses (#37276)

This is needed so that C# compiler can detect that the current runtime
supports the covariant returns of methods declared on classes.
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.cs
src/libraries/System.Runtime/ref/System.Runtime.cs