|
if (!is_type_compatible(p_element_type, element_type, true, p_array)) {
|
|
if (!is_type_compatible(p_element_type, element_type, true, p_array)) {
|
|
push_error(vformat(R"(Cannot have an element of type "%s" in an array of type "Array[%s]".)", element_type.to_string(), p_element_type.to_string()), element_node);
|
|
push_error(vformat(R"(Cannot have an element of type "%s" in an array of type "Array[%s]".)", element_type.to_string(), p_element_type.to_string()), element_node);
|