summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/warnings/unassigned_variable_op_assign.out
blob: 4fc91487f2961d040198ebe3cb9e05fd95870c7e (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.