You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix lookup_code to properly handle symbols at start of assignments
This commit is contained in:
@@ -3227,6 +3227,7 @@ static Error _lookup_symbol_from_base(const GDScriptParser::DataType &p_base, co
|
|||||||
is_function = true;
|
is_function = true;
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
}
|
}
|
||||||
|
case GDScriptParser::COMPLETION_ASSIGN:
|
||||||
case GDScriptParser::COMPLETION_CALL_ARGUMENTS:
|
case GDScriptParser::COMPLETION_CALL_ARGUMENTS:
|
||||||
case GDScriptParser::COMPLETION_IDENTIFIER: {
|
case GDScriptParser::COMPLETION_IDENTIFIER: {
|
||||||
GDScriptParser::DataType base_type;
|
GDScriptParser::DataType base_type;
|
||||||
|
|||||||
Reference in New Issue
Block a user