You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the corner case where interface method implemented on a struct is getting constrained-called and the target of the constrained call is compile-time time ambiguous between a method on the struct and a default-implemented method. CoreCLR throws an NotSupportedException, Mono will box when necessary. Implement whatever is more convenient.
See disabled tests referencing this issue.
The text was updated successfully, but these errors were encountered:
Implement the corner case where interface method implemented on a struct is getting constrained-called and the target of the constrained call is compile-time time ambiguous between a method on the struct and a default-implemented method. CoreCLR throws an NotSupportedException, Mono will box when necessary. Implement whatever is more convenient.
See disabled tests referencing this issue.
The text was updated successfully, but these errors were encountered: