summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/features/property_functions.out
AgeCommit message (Collapse)Author
2021-10-08GDScript: Report property type errorsZuBsPaCe
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. #53102