{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"var params = { b:\u0022hello\u0022, c: true, d:7 };\r\nvar other = { a: 2, ...params };","IsDeferred":false},{"Name":"assign","Code":"var params = { b:\u0022hello\u0022, c: true, d:7 };\r\n\r\nvar other = Object.assign({a: 2}, params)","IsDeferred":false},{"Name":"class","Code":"class T {\r\n constructor(a, b, c, d) {\r\n this.a = a\r\n this.b = b\r\n this.c = c\r\n this.d = d\r\n }\r\n}\r\n\r\nvar a = new T(2, \u0027hello\u0027, true, 7)\r\n\r\n","IsDeferred":false}]}