!7 p-experiment { Map map = synchronizedMap(); print(className(map)); print(struct(map)); map.put("a", "b"); print(struct(map)); }