GDScript: Allow use local constants as types

This commit is contained in:
Danil Alexeev 2023-08-24 19:01:31 +03:00
parent 6758a7f8c0
commit 68a567bd13
No known key found for this signature in database
GPG key ID: 124453E157DA8DC7
12 changed files with 236 additions and 122 deletions

View file

@ -859,9 +859,7 @@ public:
struct IdentifierNode : public ExpressionNode {
StringName name;
#ifdef DEBUG_ENABLED
SuiteNode *suite = nullptr; // The block in which the identifier is used.
#endif
enum Source {
UNDEFINED_SOURCE,