1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fix for Win32 vdata reflection hot swap

This commit is contained in:
Brian Fiete 2019-12-03 08:03:45 -08:00
parent 04a46850d6
commit bb66c77da8
3 changed files with 19 additions and 22 deletions

View file

@ -307,28 +307,23 @@ struct Blurg
public static int32 Hey()
{
Hey2();
Test();
Test2(11, 22, 33);
Test3();
Test4();
NoFrame.Test();
while (true)
{
Type t = typeof(Yoofer);
for (let field in t.GetFields())
{
StringView name = field.Name;
}
}
#unwarn
return (int32)123;
}
}
class NoFrame
[Reflect]
struct Yoofer
{
public static void Test()
{
//Test_Start
Blurg.Derived dr = .();
Int iVal = (.)123;
int q = 999;
//Test_End
}
int mA;
}