{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"const a = [1,2,3];\r\nconst b = [4,5,6];\r\nnew Set([...a, ...b]);","IsDeferred":false},{"Name":"push","Code":"const a = [1,2,3];\r\nconst b = [4,5,6];\r\nconst c = a;\r\nc.push(b);\r\nnew Set(c);","IsDeferred":false}]}