summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/warnings/confusable_local_usage_loop.out
blob: 101d27df9d1b516c2492845dd8fd912a49654a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GDTEST_OK
>> WARNING
>> Line: 5
>> CONFUSABLE_LOCAL_USAGE
>> The identifier "a" will be shadowed below in the block.
>> WARNING
>> Line: 6
>> SHADOWED_VARIABLE
>> The local variable "a" is shadowing an already-declared variable at line 1 in the current class.
1
2
1
2
1
2