Merge pull request #107636 from HolonProduction/completion-dont-use-next

Autocompletion: Don't use `next` for `GET_NODE` inference
This commit is contained in:
Thaddeus Crews 2025-07-01 17:57:59 -05:00
commit bad29ef0c7
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
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