summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/nested_function_calls.gd
Commit message (Collapse)AuthorAgeFilesLines
* GDScript: Improve call analysisDanil Alexeev2023-09-211-0/+1
| | | | | | * Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods.
* Add more integration tests to the GDScript test suiteHugo Locurcio2021-09-151-0/+5
This also fixes a typo in the `bitwise_float_right_operand.gd` test.