godot/modules/gdscript/tests/scripts/completion/get_node/local/local.gd

extends Node

func a():
    var test = $AnimationPlayer
    test.➡
    pass