GDScript: Fix Callable call error text

This commit is contained in:
Danil Alexeev 2025-05-02 18:22:49 +03:00
parent 1cf573f44d
commit 2b30f23595
No known key found for this signature in database
GPG key ID: 5A52F75A8679EC57
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