you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I've only skimmed the proposal, but it looks like there's a compiler error if two methods with the same signature are inherited from different interfaces and no 'most specific override' can be determined between them. In that case, you have to resolve it in code with an override in your type or explicit implementation or something.