{"ScriptPreparationCode":null,"TestCases":[{"Name":"object destruct","Code":"const a = {\r\n hello: \u0022world\u0022,\r\n world: \u0022hello\u0022\r\n};\r\n\r\nconst b = {...a, right: \u0022wrong\u0022, wrong: \u0022right\u0022};","IsDeferred":false},{"Name":"Object.assign","Code":"const a = {\r\n hello: \u0022world\u0022,\r\n world: \u0022hello\u0022\r\n};\r\n\r\nconst b = Object.assign(a, {right: \u0022wrong\u0022, wrong: \u0022right\u0022});","IsDeferred":false}]}