summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.gd
Commit message (Collapse)AuthorAgeFilesLines
* GDScript: Don't use validated call for vararg methodsGeorge Marques2023-02-241-1/+1
| | | | | Since they may have runtime type validation, we cannot use the validated call.
* GDScript: Fix typing of lambda functionsDmitrii Maganov2023-01-061-0/+4