Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/runtime/errors/
read_only_dictionary.gd
func test(): var dictionary := { "a": 0 } dictionary.make_read_only() dictionary.a = 1