summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion/get_node/local/local.gd
blob: 596ad80ef23fc8c12999b39d80eb5114a1115754 (plain)
1
2
3
4
5
extends Node

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