summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/warnings/unassigned_variable_op_assign.out
blob: ba55a4e0f88b881d297fc442e0ba389c27aee9ad (plain)
1
2
3
4
5
GDTEST_OK
>> WARNING
>> Line: 4
>> UNASSIGNED_VARIABLE_OP_ASSIGN
>> Using assignment with operation but the variable '__' was not previously assigned a value.