{"ScriptPreparationCode":"var a = (a, b, c) =\u003E ({\r\n a,\r\n b,\r\n c\r\n})\r\nvar b = ({\r\n a,\r\n b,\r\n c\r\n}) =\u003E ({\r\n a,\r\n b,\r\n c\r\n})","TestCases":[{"Name":"A","Code":"a(1, 2, \u0022foo\u0022)","IsDeferred":false},{"Name":"B","Code":"b({a: 1, b: 2, c: \u0022foo\u0022})","IsDeferred":false}]}