Files
engine/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.gd
T

3 lines
83 B
GDScript
Raw Normal View History

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