summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.gd
blob: 2c55d68be859bbf6075a4905ebe0bbaa42e0d7d1 (plain)
1
2
func test():
	var test = "This variable has the same name as the test() function."