1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

more clearer unexpected statement end error messages

(cherry picked from commit 5758d87f09)
This commit is contained in:
Thakee Nathees
2020-03-07 01:10:47 +05:30
committed by Rémi Verschelde
parent 7111aa0688
commit 6b0cfc87af
2 changed files with 23 additions and 12 deletions

View File

@@ -624,6 +624,7 @@ private:
void _parse_extends(ClassNode *p_class);
void _parse_class(ClassNode *p_class);
bool _end_statement();
void _set_end_statement_error(String p_name);
void _determine_inheritance(ClassNode *p_class, bool p_recursive = true);
bool _parse_type(DataType &r_type, bool p_can_be_void = false);