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

func test():
	print("hello" + ["world"])