godot/modules/gdscript/tests/scripts/completion/get_node/literal/percent.gd
Pablo Andres Fuente 5775d29ad8 Fix SCRIPT ERROR/ERROR/WARNING on test output
Also "fixing" some GDScript completion tests which
where named wrongly.
2025-03-06 13:44:48 +01:00

5 lines
58 B
GDScript

extends Node
func a():
%AnimationPlayer.
pass