godot/modules/gdscript/tests/scripts/analyzer/errors/typed_array_assignment.gd

func test():
	const arr: Array[int] = ["Hello", "World"]