Path: blob/master/modules/gdscript/tests/scripts/parser/warnings/unassigned_variable.out
10285 views
GDTEST_OK ~~ WARNING at line 3: (UNASSIGNED_VARIABLE) The variable "unassigned" is used before being assigned a value. ~~ WARNING at line 7: (UNASSIGNED_VARIABLE) The variable "a" is used before being assigned a value. ~~ WARNING at line 8: (UNASSIGNED_VARIABLE) The variable "a" is used before being assigned a value. <null> <null> <null>