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:
parent
0bb273b898
commit
c5e2b78199
5 changed files with 145 additions and 57 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue