summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/features/parameter_shadowing.out
blob: 5492c8f76399bb9e76206358e9354ac3e0589e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GDTEST_OK
>> WARNING
>> Line: 5
>> SHADOWED_VARIABLE
>> The local function parameter "a" is shadowing an already-declared variable at line 3.
>> WARNING
>> Line: 15
>> SHADOWED_VARIABLE
>> The local function parameter "v" is shadowing an already-declared variable at line 13.
a
1
b
1
(1.0, 1.0)
(0.0, 0.0)
(6.0, 1.0)
(0.0, 0.0)