parent
726e836cd9
commit
02acb07d81
1 changed files with 1 additions and 0 deletions
|
@ -1189,6 +1189,7 @@ static bool _guess_identifier_type(const GDScriptCompletionContext &p_context, c
|
|||
c.line = op->line;
|
||||
c.block = blk;
|
||||
if (_guess_expression_type(p_context, op->arguments[1], r_type)) {
|
||||
r_type.type.is_meta_type = false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue