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