mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-12 17:18:40 +00:00
Merge commit '9afc7efea128e46f9cd1a00adcce8e7e50aa7418' into generic-edge-cases
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user