{"ScriptPreparationCode":"var input = { foo: 1, bar: 2 };","TestCases":[{"Name":"List","Code":"const foo = (bar, qux) =\u003E null;\r\nconst { bar, qux } = input;\r\n\r\nfoo(bar, qux);","IsDeferred":false},{"Name":"Object","Code":"const foo = ({ bar, qux }) =\u003E null;\r\nconst { bar, qux } = input;\r\n\r\nfoo({ bar, qux });","IsDeferred":false}]}