Autocompletion: Account for invalid annotations when making arghint
This commit is contained in:
@ -372,6 +372,7 @@ public:
|
||||
Vector<ExpressionNode *> arguments;
|
||||
Vector<Variant> resolved_arguments;
|
||||
|
||||
/** Information of the annotation. Might be null for unknown annotations. */
|
||||
AnnotationInfo *info = nullptr;
|
||||
PropertyInfo export_info;
|
||||
bool is_resolved = false;
|
||||
|
||||
Reference in New Issue
Block a user