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

Comptime reentrancy fixes, deleting rebuild, static field fixes

This commit is contained in:
Brian Fiete 2021-11-26 08:59:46 -08:00
parent 0bb273b898
commit c5e2b78199
5 changed files with 145 additions and 57 deletions

View file

@ -84,6 +84,8 @@ namespace Tests
struct StructA
{
public int mA = 123;
public static StructA sSA;
public const StructA cSA = .();
[OnCompile(.TypeInit), Comptime]
public static void Generate()