summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.gd
blob: a8f7cf1810a6eb682a08dd40434a087e0154aca2 (plain)
1
2
3
4
5
const test = 25


func test():
	pass