Merge commit '9afc7efea128e46f9cd1a00adcce8e7e50aa7418' into generic-edge-cases

This commit is contained in:
Smaug123
2025-08-24 09:06:52 +01:00
15 changed files with 857 additions and 202 deletions

View File

@@ -14,8 +14,11 @@ public class InterfaceDispatchTests
result |= TestGenericInterface() << 5;
result |= TestCovariantInterface() << 6;
result |= TestReimplementation() << 7;
// TODO
/*
result |= TestStructInterface() << 8;
result |= TestNullDispatch() << 9;
*/
result |= TestSharedMethodSignature() << 10;
return result;