mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03: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