1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/modules/gdscript/tests/scripts/parser/warnings/unassigned_variable.out
2023-04-28 18:25:11 +03:00

6 lines
113 B
Plaintext

GDTEST_OK
>> WARNING
>> Line: 2
>> UNASSIGNED_VARIABLE
>> The variable "__" was used but never assigned a value.