DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / redefine_local_constant.gd
12345
func test(): const TEST = 25 # Error here (can't assign a new value to a constant). TEST = 50