1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00
Files
godot/modules/gdscript/tests/scripts/completion/get_node/literal/percent.gd
Pablo Andres Fuente b725a9f285 Fix SCRIPT ERROR/ERROR/WARNING on test output
Also "fixing" some GDScript completion tests which
where named wrongly.

(cherry picked from commit 5775d29ad8)
2025-03-12 14:59:04 +01:00

6 lines
58 B
GDScript

extends Node
func a():
%AnimationPlayer.
pass