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

@onready var anim := $AnimationPlayer

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