1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00
Files
godot/modules/gdscript/tests/scripts/completion/get_node/literal/dollar.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
64 B
GDScript

extends Node
func a():
$UniqueAnimationPlayer.
pass