mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Fixed some comptime dependency rebuilding issues with aliases/extensions
This commit is contained in:
parent
1cd198cea9
commit
434a7406de
22 changed files with 394 additions and 86 deletions
|
@ -14,7 +14,7 @@ namespace Tests
|
|||
|
||||
public struct Inner
|
||||
{
|
||||
public const EnumA cVal = EnumA.C("InnerTest");
|
||||
public const EnumA cVal = .C("InnerTest");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue