Tests: Add test results for ExplicitInterfaces
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Il2CppTests.TestSources
|
|||||||
public Middle() {} // 0x0056158C-0x00561594
|
public Middle() {} // 0x0056158C-0x00561594
|
||||||
|
|
||||||
// Methods
|
// Methods
|
||||||
int P() => default; // 0x0056157C-0x00561584
|
public int P() => default; // 0x0056157C-0x00561584
|
||||||
}
|
}
|
||||||
|
|
||||||
internal interface IGeneric<in T> // TypeDefIndex: 1817
|
internal interface IGeneric<in T> // TypeDefIndex: 1817
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ namespace Il2CppTests.TestSources
|
|||||||
public Middle() {} // 0x00000001800E2000-0x00000001800E2000
|
public Middle() {} // 0x00000001800E2000-0x00000001800E2000
|
||||||
|
|
||||||
// Methods
|
// Methods
|
||||||
int P() => default; // 0x00000001800EA8C0-0x00000001800EA8C0
|
public int P() => default; // 0x00000001800EA8C0-0x00000001800EA8C0
|
||||||
}
|
}
|
||||||
|
|
||||||
internal interface IGeneric<in T> // TypeDefIndex: 1817
|
internal interface IGeneric<in T> // TypeDefIndex: 1817
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ namespace Il2CppTests.TestSources
|
|||||||
public Middle() {} // 0x100BF000-0x100BF000
|
public Middle() {} // 0x100BF000-0x100BF000
|
||||||
|
|
||||||
// Methods
|
// Methods
|
||||||
int P() => default; // 0x100C5600-0x100C5600
|
public int P() => default; // 0x100C5600-0x100C5600
|
||||||
}
|
}
|
||||||
|
|
||||||
internal interface IGeneric<in T> // TypeDefIndex: 1817
|
internal interface IGeneric<in T> // TypeDefIndex: 1817
|
||||||
|
|||||||
Reference in New Issue
Block a user