dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.44k stars 4.76k forks source link

Add regression test for a default interface method issue #109917

Closed MichalStrehovsky closed 1 week ago

MichalStrehovsky commented 1 week ago

Regression test from #109893. This was fixed in #108235 but that one only has testcases that involve IDynamicInterfaceCastable.

Resolves #109893