{"ScriptPreparationCode":null,"TestCases":[{"Name":"concat","Code":"var params = [\u0022hello\u0022, true, 7];\r\nvar other = params.concat([1]);","IsDeferred":false},{"Name":"spread","Code":"var params = [\u0022hello\u0022, true, 7]\r\nvar other = [...params, 1]","IsDeferred":false},{"Name":"empty spread","Code":"var other = [...[], 1]","IsDeferred":false},{"Name":"push","Code":"var params = [\u0022hello\u0022, true, 7];\r\nparams.push(1);","IsDeferred":false}]}