godot/modules/gdscript/tests/scripts/analyzer/warnings/lambda_shadowing_arg.out

GDTEST_OK
~~ WARNING at line 4: (SHADOWED_VARIABLE) The local function parameter "shadow" is shadowing an already-declared variable at line 1 in the current class.
shadow