Merge pull request #71120 from jordigcs/ternary
Closes https://github.com/godotengine/godot/issues/71065
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user