godot/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out

GDTEST_RUNTIME_ERROR
>> ERROR: Condition "!other_script->inherits_script(script)" is true. Returning: false
>>   Attempted to assign an object into a TypedArray, that does not inherit from 'GDScript'.
>> ERROR: Method/function failed.
>>   Unable to convert array index 0 from "Object" to "Object".
not ok