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

3 lines
83 B
GDScript

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