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

@onready var anim: AnimationPlayer = $AnimationPlayer

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