Merge inherited interface methods according to variance #8112
Replies: 1 comment 2 replies
-
That feels like something that perhaps the runtime should be doing rather than relying on the compiler to silently emit an explicit implementation bridge method? Contravariant parameter types feel like a real can of worms, though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could the line with explicit implementation gets generated by the compiler? (that is, if the runtime requires it)
Beta Was this translation helpful? Give feedback.
All reactions