Tests: Add test results for ExplicitInterfaces

This commit is contained in:
Katy Coe
2019-11-18 07:35:31 +01:00
parent f41c6dc231
commit 5586173c1c
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ namespace Il2CppTests.TestSources
public Middle() {} // 0x100BF000-0x100BF000
// Methods
int P() => default; // 0x100C5600-0x100C5600
public int P() => default; // 0x100C5600-0x100C5600
}
internal interface IGeneric<in T> // TypeDefIndex: 1817