Path: blob/master/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.gd
10285 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."