|
@@ -794,20 +794,18 @@ var self=this,$self=this;
|
|
|
|
|
|
return $core.withContext(function($ctx1) {
|
|
|
|
|
|
-var $1;
|
|
|
-$1=$self._copy();
|
|
|
-$recv($1)._addAll_(aCollection);
|
|
|
-return $recv($1)._yourself();
|
|
|
+$self._deprecatedAPI_("Use #, instead.");
|
|
|
+return $self.__comma(aCollection);
|
|
|
|
|
|
}, function($ctx1) {$ctx1.fill(self,"copyWithAll:",{aCollection:aCollection},$globals.Collection)});
|
|
|
|
|
|
},
|
|
|
|
|
|
args: ["aCollection"],
|
|
|
-source: "copyWithAll: aCollection\x0a\x09^ self copy addAll: aCollection; yourself",
|
|
|
+source: "copyWithAll: aCollection\x0a\x09self deprecatedAPI: 'Use #, instead.'.\x0a\x09^ self, aCollection",
|
|
|
referencedClasses: [],
|
|
|
|
|
|
-messageSends: ["addAll:", "copy", "yourself"]
|
|
|
+messageSends: ["deprecatedAPI:", ","]
|
|
|
}),
|
|
|
$globals.Collection);
|
|
|
|