C#: Disable uniqueness constraint from explicitly_implements

The documentation on `ExplicitInterfaceImplementations` says "Properties
imported from metadata can explicitly implement more than one property", so
the constraint appears to be invalid.
This commit is contained in:
Tom Hvitved
2020-09-10 14:02:34 +02:00
parent 643a8b57c3
commit 01e766c745

View File

@@ -692,7 +692,7 @@ overrides(
int base_id: @callable ref);
explicitly_implements(
unique int id: @member ref,
int id: @member ref,
int interface_id: @interface_or_ref ref);
local_functions(