mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #71120 from jordigcs/ternary
Closes https://github.com/godotengine/godot/issues/71065
This commit is contained in:
commit
e93266b9ff
3 changed files with 6 additions and 5 deletions
|
@ -1701,6 +1701,7 @@ GDScriptParser::Node *GDScriptParser::parse_statement() {
|
|||
case Node::CALL:
|
||||
case Node::ASSIGNMENT:
|
||||
case Node::AWAIT:
|
||||
case Node::TERNARY_OPERATOR:
|
||||
// Fine.
|
||||
break;
|
||||
case Node::LAMBDA:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue