godot/modules/gdscript/tests/scripts/runtime/features/array_implicit_conversions.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
104 B
Text
Raw Permalink Normal View History

GDTEST_OK
Array[PackedInt32Array]([PackedInt32Array(1)])
Array[PackedInt32Array]([PackedInt32Array(2)])