Path: blob/master/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.gd
11364 views
func test(): var test = "This variable has the same name as the test() function."
func test(): var test = "This variable has the same name as the test() function."