oops... yep, my mistake. You see, we should use copy&paste ;)
He meant,
On 14 May 2012, at 15:54, Damien Cassou wrote:
> On Mon, May 14, 2012 at 3:42 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
>> Dictionary withAll: {#one->1 with: #two->2}
>
> your #with: is suspicious :-)
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
>
� � � �Dictionary withAll: {#one->1. #two->2}
And he is right: the #withAll: comes down to a #addAll: with expects another keyedCollection, not a collection of associations.
Sven