mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-23 04:28:02 +00:00
Move GDSript annotation application after type-checking
This ensures that annotations that rely on the datatype (such as @export) can validated it timely, allowing compound expressions instead of only literal values.
This commit is contained in:
@@ -120,8 +120,6 @@ public:
|
||||
Error analyze();
|
||||
|
||||
GDScriptAnalyzer(GDScriptParser *p_parser);
|
||||
|
||||
static void cleanup();
|
||||
};
|
||||
|
||||
#endif // GDSCRIPT_ANALYZER_H
|
||||
|
||||
Reference in New Issue
Block a user