mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed IsInitializerStatement with indexed Add initializer
This commit is contained in:
parent
6514416908
commit
d8be440cb6
2 changed files with 15 additions and 1 deletions
|
@ -11021,7 +11021,6 @@ bool BfReducer::IsInitializerStatement(int checkIdx)
|
|||
case BfToken_Internal:
|
||||
case BfToken_Protected:
|
||||
case BfToken_This:
|
||||
case BfToken_LBracket:
|
||||
case BfToken_Semicolon:
|
||||
case BfToken_Case:
|
||||
case BfToken_Const:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue