mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed detection of data cycles within unions
This commit is contained in:
parent
706153348a
commit
577cd2e270
3 changed files with 27 additions and 3 deletions
|
@ -114,7 +114,8 @@ public:
|
|||
{
|
||||
ResolveKind_None,
|
||||
ResolveKind_BuildingGenericParams,
|
||||
ResolveKind_ResolvingVarType
|
||||
ResolveKind_ResolvingVarType,
|
||||
ResolveKind_UnionInnerType,
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue