1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser-warnings/unused-variable.gd

3 lines
41 B
GDScript

func test():
var unused = "not used"