summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/warnings/confusable_local_declaration.out
blob: 7365072ea738695ecf9e390cc2c7193f2e87d9c7 (plain)
1
2
3
4
5
6
7
GDTEST_OK
>> WARNING
>> Line: 3
>> CONFUSABLE_LOCAL_DECLARATION
>> The variable "a" is declared below in the parent block.
1
2