godot/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.gd

func test():
	var test = "This variable has the same name as the test() function."