mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 09:31:34 +00:00
parent
538328898b
commit
b70b16a20f
1 changed files with 1 additions and 1 deletions
|
|
@ -3366,7 +3366,7 @@ void GDScriptParser::_parse_extends(ClassNode *p_class) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!p_class->constant_expressions.empty() || !p_class->subclasses.empty() || !p_class->functions.empty() || !p_class->variables.empty() || p_class->classname_used) {
|
if (!p_class->constant_expressions.empty() || !p_class->subclasses.empty() || !p_class->functions.empty() || !p_class->variables.empty()) {
|
||||||
|
|
||||||
_set_error("\"extends\" must be used before anything else.");
|
_set_error("\"extends\" must be used before anything else.");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue