Fixing #1127 by making return types of auto-generated functions dynamic
This commit is contained in:
@@ -77,6 +77,9 @@ func _ready():
|
||||
# String += operator
|
||||
assert_equal($Example.test_string_ops(), "ABCĎE")
|
||||
|
||||
# UtilityFunctions::str()
|
||||
assert_equal(example.test_str_utility(), "Hello, World! The answer is 42")
|
||||
|
||||
# PackedArray iterators
|
||||
assert_equal($Example.test_vector_ops(), 105)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user