Files
engine/modules/gdscript/tests/scripts/parser/warnings/unused_variable.out
T

6 lines
184 B
Plaintext
Raw Normal View History

2021-04-07 10:12:51 -03:00
GDTEST_OK
>> WARNING
>> Line: 2
>> UNUSED_VARIABLE
>> The local variable 'unused' is declared but never used in the block. If this is intended, prefix it with an underscore: '_unused'