DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / redefine_class_constant.gd
1234567
# See also `parser-warnings/shadowed-constant.gd`. const TEST = 25 func test(): # Error here (trying to set a new value to a constant). TEST = 50