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