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