mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Removed '=' in generic constraints
This commit is contained in:
parent
4890303508
commit
a681da30be
6 changed files with 69 additions and 107 deletions
|
@ -9565,7 +9565,7 @@ BfGenericConstraintsDeclaration* BfReducer::CreateGenericConstraintsDeclaration(
|
|||
if (genericParamName != NULL)
|
||||
{
|
||||
MEMBER_SET(genericConstraint, mTypeRef, genericParamName);
|
||||
tokenNode = ExpectTokenAfter(genericConstraint, BfToken_Colon, BfToken_AssignEquals);
|
||||
tokenNode = ExpectTokenAfter(genericConstraint, BfToken_Colon);
|
||||
}
|
||||
else
|
||||
isDone = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue