summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/warnings/lambda_shadowing_arg.out
blob: 5d059b91937236eb8efc184b2ece89efd78ef630 (plain)
1
2
3
4
5
6
GDTEST_OK
>> WARNING
>> Line: 4
>> SHADOWED_VARIABLE
>> The local function parameter "shadow" is shadowing an already-declared variable at line 1 in the current class.
shadow