mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-05 07:45:59 +02:00
Allowed for declaring 'delegate void()[]'
This commit is contained in:
parent
ea79a78446
commit
6a0da2398b
1 changed files with 3 additions and 2 deletions
|
@ -4614,7 +4614,8 @@ BfTypeReference* BfReducer::DoCreateTypeRef(BfAstNode* firstNode, CreateTypeRefF
|
||||||
MEMBER_SET_CHECKED(delegateTypeRef, mCloseParen, closeNode);
|
MEMBER_SET_CHECKED(delegateTypeRef, mCloseParen, closeNode);
|
||||||
mVisitorPos.MoveNext();
|
mVisitorPos.MoveNext();
|
||||||
|
|
||||||
return delegateTypeRef;
|
isHandled = true;
|
||||||
|
firstNode = delegateTypeRef;
|
||||||
}
|
}
|
||||||
else if (token == BfToken_Decltype)
|
else if (token == BfToken_Decltype)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue