2
0
mirror of https://github.com/godotengine/godot.git synced 2025-02-11 22:35:15 +08:00
godot/modules/gdscript/tests/scripts/analyzer/features/property_functions.out
ZuBsPaCe 551ceb590b GDScript: Report property type errors
Inline getters & setters are now FunctionNodes.
Their names are set in the parser, not in the compiler.
GDScript-Analyzer will now run through getter and setter.
Also report wrong type or signature errors regarding getset properties.
Added GDScript tests for getters and setters.
2021-10-08 22:06:15 +02:00

4 lines
14 B
Plaintext