DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / constant_array_index_assign.gd
12345
const array: Array = [0] func test(): var key: int = 0 array[key] = 0