Hi,

I'm trying to test all subclasses of Dictionary and I just find a specific behavior for MethodDictionary :

-> #add: �return the association that has been added except for SmallDictionary for which #add: return the value of the association.

Is there a reason for such an implementaion?