1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Autocompletion: Don't use next for GET_NODE inference

This commit is contained in:
HolonProduction
2025-06-17 17:03:59 +02:00
parent 019ab8745f
commit 49e8d3ff98
2 changed files with 16 additions and 2 deletions

View File

@@ -2,5 +2,6 @@ extends Node
func a():
var test = $AnimationPlayer
var foo = 10
test.
pass