|
@@ -5345,13 +5345,13 @@ _st($2)._add_(nil);
|
|
|
$ctx1.sendIdx["add:"]=2;
|
|
|
_st($2)._add_((3).__at((3)));
|
|
|
$ctx1.sendIdx["add:"]=3;
|
|
|
-_st($2)._add_((-4));
|
|
|
+_st($2)._add_(false);
|
|
|
$3=_st($2)._yourself();
|
|
|
$1=$3;
|
|
|
return $1;
|
|
|
}, function($ctx1) {$ctx1.fill(self,"collection",{},smalltalk.SetTest)})},
|
|
|
args: [],
|
|
|
-source: "collection\x0a\x09^ Set new\x0a\x09\x09add: Smalltalk current;\x0a\x09\x09add: nil;\x0a\x09\x09add: 3@3;\x0a\x09\x09add: -4;\x0a\x09\x09yourself",
|
|
|
+source: "collection\x0a\x09^ Set new\x0a\x09\x09add: Smalltalk current;\x0a\x09\x09add: nil;\x0a\x09\x09add: 3@3;\x0a\x09\x09add: false;\x0a\x09\x09yourself",
|
|
|
messageSends: ["add:", "new", "current", "@", "yourself"],
|
|
|
referencedClasses: ["Set", "Smalltalk"]
|
|
|
}),
|
|
@@ -5373,13 +5373,13 @@ _st($2)._add_("nil");
|
|
|
$ctx1.sendIdx["add:"]=2;
|
|
|
_st($2)._add_("3@3");
|
|
|
$ctx1.sendIdx["add:"]=3;
|
|
|
-_st($2)._add_("-4");
|
|
|
+_st($2)._add_("false");
|
|
|
$3=_st($2)._yourself();
|
|
|
$1=$3;
|
|
|
return $1;
|
|
|
}, function($ctx1) {$ctx1.fill(self,"collectionOfPrintStrings",{},smalltalk.SetTest)})},
|
|
|
args: [],
|
|
|
-source: "collectionOfPrintStrings\x0a\x09^ Set new\x0a\x09\x09add: 'a Smalltalk';\x0a\x09\x09add: 'nil';\x0a\x09\x09add: '3@3';\x0a\x09\x09add: '-4';\x0a\x09\x09yourself",
|
|
|
+source: "collectionOfPrintStrings\x0a\x09^ Set new\x0a\x09\x09add: 'a Smalltalk';\x0a\x09\x09add: 'nil';\x0a\x09\x09add: '3@3';\x0a\x09\x09add: 'false';\x0a\x09\x09yourself",
|
|
|
messageSends: ["add:", "new", "yourself"],
|
|
|
referencedClasses: ["Set"]
|
|
|
}),
|
|
@@ -5410,13 +5410,13 @@ var self=this;
|
|
|
return smalltalk.withContext(function($ctx1) {
|
|
|
var $2,$3,$1;
|
|
|
$2=self._collection();
|
|
|
-_st($2)._add_("yet another");
|
|
|
+_st($2)._add_((0));
|
|
|
$3=_st($2)._yourself();
|
|
|
$1=$3;
|
|
|
return $1;
|
|
|
}, function($ctx1) {$ctx1.fill(self,"collectionWithDuplicates",{},smalltalk.SetTest)})},
|
|
|
args: [],
|
|
|
-source: "collectionWithDuplicates\x0a\x09\x22Set has no duplicates\x22\x0a\x09^ self collection add: 'yet another'; yourself",
|
|
|
+source: "collectionWithDuplicates\x0a\x09\x22Set has no duplicates\x22\x0a\x09^ self collection add: 0; yourself",
|
|
|
messageSends: ["add:", "collection", "yourself"],
|
|
|
referencedClasses: []
|
|
|
}),
|
|
@@ -5441,13 +5441,13 @@ _st($2)._add_((3).__at((3)));
|
|
|
$ctx1.sendIdx["add:"]=3;
|
|
|
_st($2)._add_("N");
|
|
|
$ctx1.sendIdx["add:"]=4;
|
|
|
-_st($2)._add_((-4));
|
|
|
+_st($2)._add_(false);
|
|
|
$3=_st($2)._yourself();
|
|
|
$1=$3;
|
|
|
return $1;
|
|
|
}, function($ctx1) {$ctx1.fill(self,"collectionWithNewValue",{},smalltalk.SetTest)})},
|
|
|
args: [],
|
|
|
-source: "collectionWithNewValue\x0a\x09^ Set new\x0a\x09\x09add: Smalltalk current;\x0a\x09\x09add: nil;\x0a\x09\x09add: 3@3;\x0a\x09\x09add: 'N';\x0a\x09\x09add: -4;\x0a\x09\x09yourself",
|
|
|
+source: "collectionWithNewValue\x0a\x09^ Set new\x0a\x09\x09add: Smalltalk current;\x0a\x09\x09add: nil;\x0a\x09\x09add: 3@3;\x0a\x09\x09add: 'N';\x0a\x09\x09add: false;\x0a\x09\x09yourself",
|
|
|
messageSends: ["add:", "new", "current", "@", "yourself"],
|
|
|
referencedClasses: ["Set", "Smalltalk"]
|
|
|
}),
|