You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
@@ -1189,6 +1189,7 @@ static bool _guess_identifier_type(const GDScriptCompletionContext &p_context, c
|
|||||||
c.line = op->line;
|
c.line = op->line;
|
||||||
c.block = blk;
|
c.block = blk;
|
||||||
if (_guess_expression_type(p_context, op->arguments[1], r_type)) {
|
if (_guess_expression_type(p_context, op->arguments[1], r_type)) {
|
||||||
|
r_type.type.is_meta_type = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user