godot/modules/gdscript/tests/scripts/completion/argument_options/play_untyped.gd

@onready var anim = $AnimationPlayer

func test():
	anim.play(➡)
    pass