godot/modules/gdscript/tests/scripts/analyzer/errors/typed_array_assign_differently_typed.out

GDTEST_ANALYZER_ERROR
Cannot assign a value of type Array[float] to variable "typed" with specified type Array[int].