godot/modules/gdscript/tests/scripts/parser/warnings/unused_variable.gd

3 lines
41 B
GDScript

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