summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/warnings/shadowed_global_identifier.gd
blob: 3c64be571b1547f58687984bf4ba59a1e708e830 (plain)
1
2
func test():
	var abs = "This variable has the same name as the built-in function."