godot/modules/gdscript/tests/scripts/runtime/features/lua_assign.gd

func test():
	var dict = {}
	dict.test = 1
	print(dict.test)