GDScript: fix type-check of indexed values
This commit is contained in:
parent
31433ae8e4
commit
20e6ff263a
2 changed files with 14 additions and 24 deletions
|
|
@ -607,7 +607,7 @@ private:
|
|||
|
||||
DataType _reduce_node_type(Node *p_node);
|
||||
DataType _reduce_function_call_type(const OperatorNode *p_call);
|
||||
DataType _reduce_identifier_type(const DataType *p_base_type, const StringName &p_identifier, int p_line);
|
||||
DataType _reduce_identifier_type(const DataType *p_base_type, const StringName &p_identifier, int p_line, bool p_is_indexing);
|
||||
void _check_class_level_types(ClassNode *p_class);
|
||||
void _check_class_blocks_types(ClassNode *p_class);
|
||||
void _check_function_types(FunctionNode *p_function);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue