Tests: Include array of derived closed generic type in GenericTypes

This commit is contained in:
Katy Coe
2020-01-30 08:00:58 +01:00
parent 007779df62
commit f04604edc7
4 changed files with 65 additions and 67 deletions

View File

@@ -45,8 +45,6 @@ namespace Il2CppTests.TestSources
Type tF = tDerived.GetField("F").FieldType;
Type tNested = typeof(Derived<>.Nested);
}
private void forceTypeReferenceToDerivedIntArray(Derived<int> typeRef) {}
}
// Constraints on type definitions