godot/modules/gdscript/tests/scripts/parser/warnings/unassigned_variable_op_assign.out

GDTEST_OK
>> WARNING
>> Line: 4
>> UNASSIGNED_VARIABLE_OP_ASSIGN
>> Using assignment with operation but the variable "__" was not previously assigned a value.