godot/modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.gd

const test = 25


func test():
	pass