summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/function_used_as_property.gd
blob: 4346503fc29be6c1bb8437c0f00468331e1a3135 (plain)
1
2
3
4
5
6
func function():
	pass


func test():
	function = 25