Merge pull request #99150 from dalexeev/gds-fix-callable-call-errror-text

GDScript: Fix `Callable` call error text
This commit is contained in:
Thaddeus Crews 2025-06-09 12:31:39 -05:00
commit 86415f1732
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
7 changed files with 48 additions and 15 deletions

View file

@ -1,6 +1,6 @@
GDTEST_OK
@GlobalScope::print (Callable)
@GDScript::len (Callable)
@GlobalScope::print
@GDScript::len
1 2 3
1
3