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
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